React-Native-ViewPager icon indicating copy to clipboard operation
React-Native-ViewPager copied to clipboard

removeClippedSubviews={false} not working

Open ariona opened this issue 8 years ago • 2 comments

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 avatar Apr 08 '17 11:04 ariona

@ariona don't use ListView header my code :

<View>
    <IndicatorViewPager>
           .....
    </IndicatorViewPager>
    <ListView/>
   </View>

cocnmh avatar Apr 09 '17 01:04 cocnmh

It works. Along with removeClippedSubviews={false} you have to define ViewPager height & width explicitly.

akvsh-r avatar Jan 26 '18 07:01 akvsh-r