zbtang/React-Native-ViewPager

Setting IndicatorViewPager's horizontalScroll isn't working on iOS

tonycoco opened this issue · 1 comments

<IndicatorViewPager horizontalScroll={false}> doesn't work on iOS.

I think I fixed this by setting a few options...

<IndicatorViewPager horizontalScroll={false} scrollEnabled={false}>