zbtang / React-Native-ViewPager

ViewPager and Indicator component for react-native on both android and ios.
950 stars 276 forks source link

Add page scroll and page selected events to IndicatorViewPagerProps #174

Open martin-braun opened 5 years ago

martin-braun commented 5 years ago

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:

This fixes #173