React-Native-ViewPager
React-Native-ViewPager copied to clipboard
Add page scroll and page selected events to IndicatorViewPagerProps
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
- https://github.com/zbtang/React-Native-ViewPager/blob/master/viewpager/IndicatorViewPager.js#L81
- https://github.com/zbtang/React-Native-ViewPager/blob/master/viewpager/IndicatorViewPager.js#L87
This fixes #173