0

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

Rajitha Perera
  • 1,581
  • 5
  • 26
  • 42

1 Answers1

1

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

Husain Khanbahadur
  • 479
  • 1
  • 8
  • 22