If I run the example code from the readme (not the advanced example), it works fine on iOS but on Android, none of the Bubbles get displayed.
Run the example
Message Bubbles should appear.
Ok, I've tracked the problem down to the InvertibleScrollView that's used in the MessageContainer. If I comment out renderScrollComponent={this.renderScrollComponent} at the bottom of MessageContainer.js, the messages show up, albeit at the top of the View.
Hi, the issue is with the inversion used by the https://github.com/expo/react-native-invertible-scroll-view library, caused by an underlying RN issue, which should be fixed in some upcoming React Native release; https://github.com/facebook/react-native/pull/14646
If you need a quick fix now, you can point the dependency for react-native-invertible-scroll-view to "immidi/react-native-invertible-scroll-view#feature/perspective-fix".
@jsoendermann Could you test again with the latest version published today? (v0.2.8)
Hi @brunocascio, it still doesn't seem to be working for me unless I use @bartolkaruza's fix.
Hi @jsoendermann. I'll be looking at that PR. However, I labeled this issue as a bug.
Thanks for your feedback!
Hi a fix in the underlying animation view logic on Android has been released as part of React Native 0.49.x This issue should be fixed by upgrading your RN version to 0.49 or higher
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Hi, the issue is with the inversion used by the https://github.com/expo/react-native-invertible-scroll-view library, caused by an underlying RN issue, which should be fixed in some upcoming React Native release; https://github.com/facebook/react-native/pull/14646
If you need a quick fix now, you can point the dependency for react-native-invertible-scroll-view to "immidi/react-native-invertible-scroll-view#feature/perspective-fix".