Reputation: 1621
I just need to create an animated progress bar which is exactly same as above picture. I have created an arc bar. But I'm struggling with white point move animation. How can I make a point movement from Right to left?
Here I used - https://github.com/facebook/react-native/tree/master/Libraries/ART
Upvotes: 0
Views: 168
Reputation: 489
You can use this package for creating slider as you want https://github.com/jeanregisser/react-native-slider
Upvotes: 1