react-native-infinite-scrollview icon indicating copy to clipboard operation
react-native-infinite-scrollview copied to clipboard

Sluggish in Android

Open ssssssssssss opened this issue 8 years ago • 3 comments

The example runs sluggish in Android devices, it seems like there are issues with events.

ssssssssssss avatar Mar 09 '16 11:03 ssssssssssss

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.

baspellis avatar Mar 14 '16 11:03 baspellis

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?

ssssssssssss avatar Mar 15 '16 14:03 ssssssssssss

@baspellis, I think it can be useful: replace ScrollView for ViewPageAndroid on Android

edygar avatar Aug 23 '16 22:08 edygar