React-Native-ViewPager
React-Native-ViewPager copied to clipboard
ViewPager and Indicator component for react-native on both android and ios.
It works fine if below: ` ...pages ` But if I put the above code into a ``, the pages doesn't display. This issue happends in Android, not tested in...
I am setting `scrollEnabled={false}` for the IndicatorViewPager component but I can still manually scroll the pages by swiping on the screen on Android only. On iOS this is working as...
iOS error: undefined is not an object (evaluating curItemLayoutInfo.layout). #Environment Environment: OS: macOS High Sierra 10.13.3 Node: 9.3.0 Yarn: 1.3.2 npm: 5.6.0 Watchman: 4.9.0 Xcode: Xcode 9.2 Build version 9C40b...
Hi, if you are using an IndicatorViewPager in combination with a navigator (in my case react-native-navigation), the ViewPager loses the scroll anchors. To be more specific: lets say the view...
如何实现循环滚动
下载了demo, 没有提供循环切换的功能,请问这个可以实现吗
scrollable pager title indicator is necessary as a popular lib , and there are lots of actual scene need it as follow: 
代码示例如下,通过 setState 更新 titles 状态,第一次 获取到的 props.titles 为空,更新之后 titles 还是为空。动画示例如下  #100
Hi, I'm using 1.2.4 version with _IndicatorViewPager, PagerDotIndicator_ and a crash occurs with following details: ```java.lang.IllegalArgumentException · pointerIndex out of range Raw``` There is a workaround in this [link](https://stackoverflow.com/questions/6919292/pointerindex-out-of-range-android-multitouch). This...