React-Native-ViewPager
React-Native-ViewPager copied to clipboard
ViewPager and Indicator component for react-native on both android and ios.
Hi guys when i set autplayenable true, when the dots in the last page, and it goes back to first dot seems the view inside of the dots is like...
i don't understand why this warning . My code is page one page two page three
is it possible to remove title..IndicatorViewPager...
Hi, I am using PagerTitleIndicator for scrollable tab and I want to display the selected item to the centre when selecting this. I am attaching the screenshot ![Screen Shot 2019-04-09...
I want to control initial page rendering because initial render time is taking more time. So I need to control initial component rendering count
Using `IndicatorViewPager` If you scroll through before the page completely stops, `onPageSelected` callback never gets fired. On Android, this works as intended, where even if you scroll through fast no...
Hello, i want to put a Custom Component inside Pager Item i'm using following code but its show warning (Each ViewPager Child must be a View) export default class Main...
``` let tabs = [{ text: '${this.state.tags.toLowerCase()}', iconSource: 'https://www.exmaple.com/img/cookies.png',
added scrollEnabled property in documentation
I have done horizontalScroll=fasle horizontal scroll is off in Android but i can still swipe through views horizontally in IOS