Home > Software engineering >  React native rotate gesture
React native rotate gesture

Time:12-29

I'm new to react native animations. I want to implement a rotation animation, How can I rotate this cirlce clockwise and anti-clockwise?

I've checked some documentations but couldn’t understand it very wellenter image description here

CodePudding user response:

Couple of tutorials on how you can do something similar with Reanimated 2:

  1. About that Dial Login

  2. Intro to SVG Animations with React-Native ReAnimated 2

  3. React Native Wheel of Fortune | Gesture handler

  • Related