React Native: Animating when component is visible
I have a component which I am animating with Animated, my application is an tabbed application(I use react-native-navigation) and I want to animate this component when it is shown in the screen, not when it mounts. I have tried starting animation on ...