npm install react-native-reanimatedThen, install react-native-animatable-pressable:npm install react-native-animatable-pressableIf it fails, run it with legacy peer deps like so:npm install react-native-animata
$ npm install react-native-animatable --save Usage To animate things you must use thecreateAnimatableComponentcomposer similar to theAnimated.createAnimatedComponent. The common componentsView,TextandImageare precomposed and exposed under theAnimatablenamespace. If you have your own component that you wi...