React-Native-ViewPager
React-Native-ViewPager copied to clipboard
ViewPager and Indicator component for react-native on both android and ios.
初始化时内部添加两个View界面,当我想更新为三个View界面时,ios显示正常,android第三个界面显示空白
for ex : there 4 tabs for ViewPager, if swipe while opening Drawer , position-values is changed, how does fix one? It seems that swiping(open Drawer) change position of Tabs...
@jr-k Your fork doesnt work with getCurrentPageIndex() for me. It returns an undefined value. I looked into the code and accessed what that function was doing inside. It accesses the...
viewpager切换如何监听?
On Android, I'm using Wix's react-native-navigation (https://wix.github.io/react-native-navigation) to implement navigation on my app. My "root screen" in this navigation stack has an `IndicatorViewPager` with three views inside it, which are...
Hi, thanks for the library. I have some trouble when I use ref like this. According to [Refs and the DOM](https://facebook.github.io/react/docs/refs-and-the-dom.html) ```js ref => console.log('ref is ', ref)}>page one page...
Hi, thanks for the library. It was pretty cool before I found out that viewpager does not work in scroll view in ios. Would you please help me out? :)...
Hi I want to prevent vertical drag for pagerdotindicator. I am not sure where I can make that edit. Also there is some white space because of the indicator view...
Hey, So, we're using ViewPager on a project where each 'page' has a set of input elements and each page has various heights. Also, the parent element is a ScrollView....