React-Native-ViewPager
React-Native-ViewPager copied to clipboard
Paging stops working if on a parent navigation activity
On Android, I'm using Wix's react-native-navigation (https://wix.github.io/react-native-navigation) to implement navigation on my app.
My "root screen" in this navigation stack has an IndicatorViewPager
with three views inside it, which are switchable through paging. Afterwards, I push a new "screen" into the navigation stack with the Wix library, and when I go back to the root screen, the IndicatorViewPager
keeps scrolling; however, it no longer presents paging behavior.
Any clue of what might be causing that? Do you advise any hack to get the IndicatorViewPager
to turn paging behavior on again?
On Android, this lib use the ViewPagerAndroid component of official ReactNative