1

Is it possible to achieve this kind of animation for custom control in React Native using reanimated and SVG?

enter image description here

Kirill Novikov
  • 2,576
  • 4
  • 20
  • 33
  • Here I suggest one library, It's not what you want but you can customize by adding condition based on your purpose: https://www.npmjs.com/package/react-native-liquid-progress – Jatin Bhuva Dec 26 '22 at 04:06

1 Answers1

2

yes. you can achieve this with Lottie animation. this is the package for this. lottie-react-native. you can find some sample animation here. for ask your designer to design a custom animation like this.

Engr.Aftab Ufaq
  • 3,356
  • 3
  • 21
  • 47