cesardeazevedo / react-native-nested-scroll-view

react-native wrapper for android NestedScrollView
MIT License
88 stars 36 forks source link

Correct velocities when this view is moving #4

Closed jzhan-canva closed 6 years ago

jzhan-canva commented 7 years ago

Hey mate, I just found out that the velocities are not right when this nested scrollview is moving due to the scrolling of parent scrollview. Because the current velocities are calculated based on relative event position. Now I changed it to absolute position.

cesardeazevedo commented 6 years ago

Hi, sorry for the delay, i am quite afraid to merge this, my initials goals was not to do any internal changes since this project is a fork from the original react-native ScrollView, but i am aware of incompatibilities with the way of the NestedScrollView works, if you could provide any use case or a working example that i could reproduce and understand a little bit more, so i could take a look at it.