I've been learning React Native and I'm trying to learn animations.
Upon searching a bit and discovering the possibilities I found out that you can use the Animated component from react-native but there is also the possibility to use the library Reanimated which is supposed to make easier the task of animating.
There are some differences between but I wanted to learn one and stick to it until I consider I have a good knowledge about it.
Which one do you consider it's the best?