react-native-animatable README. md at master - GitHub Usage To animate things you must use the createAnimatableComponent composer similar to the Animated createAnimatedComponent The common components View, Text and Image are precomposed and exposed under the Animatable namespace If you have your own component that you wish to animate, simply wrap it with a Animatable View or compose it with:
Defining Animations in Code (Geckolib4) - GitHub All animatable objects in GeckoLib3 must implement the GeoAnimatable interface in one way or another This is the base interface that represents all animatables