kolking / react-native-page-indicator

React Native component designed to display the current page of a swiper, slideshow, carousel, and more.
MIT License
37 stars 1 forks source link

no options to customise the indicators #5

Closed neemanwa closed 10 months ago

neemanwa commented 1 year ago
Screenshot 2023-06-23 at 7 46 26 PM

Want to achieve something like this..! border color, fill color for inactive indicator, active indicators etc.

kolking commented 1 year ago

The component does not allow passing an arbitrary style for indicators, therefore the borders won't work. But if you agree to use a solid background instead of a border for inactive indicators, you can get the following look:

Снимок экрана 2023-06-23 в 22 44 47
neemanwa commented 1 year ago

No solid background won't work for me