react-native-infinite-scrollview
react-native-infinite-scrollview copied to clipboard
Sluggish in Android
The example runs sluggish in Android devices, it seems like there are issues with events.
Did try to add support for Android. Problem is that on Android there seems no event fired when a scrollTo animation is finished, so fixed it dirty with a timeout. Also the non animated scrollTo upon each render is visible on Android. Better ideas are welcome.
For the 1st one, is it possible to wrap the callback in runAfterInteraction? For the 2nd, about using CSS translate/transform to change the pos?
@baspellis, I think it can be useful: replace ScrollView for ViewPageAndroid on Android