KuzniaCo / chemistry-app

4 stars 3 forks source link

[Research] Animation - Find library for animation purposes. #20

Closed piotrwasilewski420 closed 2 years ago

piotrwasilewski420 commented 2 years ago

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
bc1milo commented 2 years ago

I agree with @piotrwasilewski420, React Reanimated v2 sounds good to me.