zbtang/React-Native-ViewPager

IndicatorViewPager not working on Android.

shubhnik opened this issue · 2 comments

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: react-navigation/react-navigation#2458 (comment).