React-Native-ViewPager
React-Native-ViewPager copied to clipboard
removeClippedSubviews={false} not working
The fix is not working. I am using this as a ListView Header and have set the removeClippedSubviews prop to false, but the pager still not showing. only the dotindicator is showing.
@ariona don't use ListView header my code :
<View>
<IndicatorViewPager>
.....
</IndicatorViewPager>
<ListView/>
</View>
It works. Along with removeClippedSubviews={false} you have to define ViewPager height & width explicitly.