react native animation
// user this lib
//https://github.com/oblador/react-native-animatable
Example :
import * as Animatable from 'react-native-animatable';
<Animatable.Text animation={fadeIn} >Fade me in</Animatable.Text>
<Animatable.View animation={fadeIn} >Fade me in</Animatable.View>
//Avialable animation
//https://github.com/oblador/react-native-animatable#animatableexplorer-example