I'm trying to create a lifeline animation on React Native, I've looked into some animation libraries but didn't find, any idea on how to do it?
Asked
Active
Viewed 150 times
0
-
Some people already made this animation with JavaScript. You can draw an animated lifeline in canvas element, is it work for you? Do you want to control it or just animation? – ridvanaltun Oct 01 '21 at 15:17
-
Just an animation as the app reads the heart rate, I'm kind of new to React and JS, could you point me to the right direction? – Daniel Döbereiner Oct 01 '21 at 15:18
1 Answers
1
I recommend trying lottie for this. Check out these resources to see how to do it. Animation: https://lottiefiles.com/1459-heart-rate Lottie for react native: https://github.com/lottie-react-native/lottie-react-native

Tim Baker
- 79
- 1
- 12