Rajitha Perera
Rajitha Perera

Reputation: 1621

React Native point Animation

enter image description here

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

Answers (1)

Husain Khanbahadur
Husain Khanbahadur

Reputation: 489

You can use this package for creating slider as you want https://github.com/jeanregisser/react-native-slider

Upvotes: 1

Related Questions