ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.28k forks source link

OnScroll function does not call until switched to another tab #1132

Open saurabh874 opened 3 years ago

saurabh874 commented 3 years ago

Hi I am using https://github.com/valdio/react-native-scrollable-tabview and using onScroll props but i am not getting callback inside onScroll function until i switched to another tab. Please anybody have idea how to resolve it.