We need library to do animations in our app that would operate on UI thread and be well documented.
React Native Reanimated v2 is a perfect choice for that and matches all of our requirements. It works on UI thread which ensures high performance (60 FPS) and is really well documented and became a standard in a react-native development world.
Here is the list of tutorials of what we can do with it
We need library to do animations in our app that would operate on UI thread and be well documented.
React Native Reanimated v2 is a perfect choice for that and matches all of our requirements. It works on UI thread which ensures high performance (60 FPS) and is really well documented and became a standard in a react-native development world.
Here is the list of tutorials of what we can do with it