zbtang / React-Native-ViewPager

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

Fix IndicatorViewPagerProps type #118

Closed morishin closed 5 months ago

morishin commented 6 years ago

IndicatorViewPagerProps type should extend ViewPagerProps. https://github.com/zbtang/React-Native-ViewPager/blob/38a78ae/viewpager/IndicatorViewPager.js#L16

This PR also fixes https://github.com/zbtang/React-Native-ViewPager/pull/115 .