IndicatorViewPager not working on Android.
shubhnik opened this issue · 2 comments
shubhnik commented
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?
shiroze commented
+1 same issue here
himegaminyaa commented
This is an issue with TabNavigation: react-navigation/react-navigation#2458 (comment).