React-Native-ViewPager
React-Native-ViewPager copied to clipboard
ViewPager and Indicator component for react-native on both android and ios.
This fixes an issue on iOS where the container holding the dots takes up the entire width to the left and right of the dots. Before this fix, the container...
This is so the IndicatorViewPager can use those events, too. Both events are properly passed from the ViewPager to the IndicatorViewPager, already. This can be seen here: - https://github.com/zbtang/React-Native-ViewPager/blob/master/viewpager/IndicatorViewPager.js#L66 -...
This works: ```ts ``` This not: ```ts ``` It complains that onPageSelected is not a prop on IndicatorViewPager, although it clearly is and would uses it to pass the event...
It seems the PagerTabIndicator does not cache the icons, so navigating around lag the icon change from normal to selected state and vice versa. This can be observed even better...
Hi. I am having some issues with a PagerTitleIndicator. Previously when I used the PagerTitleIndicator with the exact same code, the titles or "tabs" took up the whole width of...
is there a license on this project because I can't find it.
How to load the page only when user selects the tab. Currently, It loads all the views initially. I want to load each view when user select each tab.
iOS builds would never fire the callback when the page is set programatically.