andreshsingh / react-native-animated-scroll-indicators

Animated Scroll Indicator component fro react-native powered by Animated-api.
MIT License
7 stars 1 forks source link

Allow user to customize the styling of dots` #2

Open aviskarkc10 opened 4 years ago

aviskarkc10 commented 4 years ago

Right now user can only change the color of dots. But how about adding a new prop, say class or indicatorClass that would allow user to overwrite/add to existing styles of the indicators and create custom indicators/dots?

andreshsingh commented 4 years ago

@aviskarkc10 this feature is WIP. Thanks