Reputation: 124
I have been working on a project in which needs a lot of animations to be done like riding a cycle, movement of eyes of a smiley or a person in picture. I don't really get this with the usual react-native animation. Is there any other way to get this done?
Upvotes: 0
Views: 83
Reputation: 876
They could definitely be done through the Animated API of react native but if you aren't too familiar with it, it might become a little too much. Another alternative would be to use Adobe After Effects to design your animations and then import them into your react native project using the Lottie package for react native.
https://github.com/airbnb/lottie-react-native
Upvotes: 4