React-Native-ViewPager
React-Native-ViewPager copied to clipboard
ViewPager and Indicator component for react-native on both android and ios.
Trying to get a view pager to move the tabs along like the tabs do when you move them. However - when ever put onPageSelected into the code it throws...
hi , how can we put a customized page indicator such as something like 1/30 which shows we are in page 1 from 30 total , or some sort of...
In my last types definition I forgot to extend the `IndicatorViewPagerProps` from `ViewPagerProps`
Fix scrollview content view flowing out of screen on iOS visible during stack navigation back.
在android平台上,可以使用pageMargin 设置间距,在ios上没用,滚动到下一页的时候是会显示上一页的一小部分,加margin和padding都不管用,有什么好的解决办法吗
加载的时候就很耗时
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...
For iOS works fine. For Android always blank screen for second IndicatorViewPager.
Added *bounces* props into IndicatorViewPagerProps interface https://facebook.github.io/react-native/docs/scrollview.html#bounces
Resolves #119 .