race604 / react-native-viewpager

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

Can i set pager dot images instead of color (selected image and non selected image) #152

Closed GarimaMathur07 closed 7 years ago

sahir commented 7 years ago

@race604 can you please help here

race604 commented 7 years ago

Yes, you actually could. You can implement you customized ViewPagerIndicator. you can reference to DefaultViewPageIndicator.js.

sahir commented 7 years ago

@race604 can you please provide a working example.