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

ViewPager and Indicator component for react-native on both android and ios.

Results 103 React-Native-ViewPager issues
Sort by recently updated
recently updated
newest added

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: ![ezgif-4-50d105e9a3](https://user-images.githubusercontent.com/11955967/32412231-e27ebda4-c1be-11e7-8a93-b60a7f8a7690.gif)

代码示例如下,通过 setState 更新 titles 状态,第一次 获取到的 props.titles 为空,更新之后 titles 还是为空。动画示例如下 ![moreteapots](https://user-images.githubusercontent.com/3849293/32495650-172557b0-c38c-11e7-9341-e088809a3e99.gif) #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...