React-Native-ViewPager
React-Native-ViewPager copied to clipboard
IndicatorViewPager not working on Android.
I am using tabNavigation from React-Navigation. In one of my tab I am using IndicatorViewPager
, which has three section each containing a FlatList. It works fine on iOS but FlatLists are not rendered in Android. If I put the IndicatorViewPager
in a View stacked on top of tab Navigation than it works fine. Anyone has any idea why is this happening?
+1 same issue here
This is an issue with TabNavigation: https://github.com/react-navigation/react-navigation/issues/2458#issuecomment-357490873.