race604 / react-native-viewpager

[Deprecated] ViewPager component for React Native
1.41k stars 373 forks source link

How to User Myself renderPageIndicator #88

Open zhaolf888 opened 8 years ago

zhaolf888 commented 8 years ago

I want to customize a PageIndicator, But there is no the approach used in the demo. Can you tell me how to custom? Thank you very much!

Ehesp commented 7 years ago
renderPageIndicator={() => <MyIndicator />}

That component is then cloned with some props (check this.props you can use for animation).