How to play an intro animation on splash screen with react native expo?

Viewed 26293
4 Answers

If you're talking about the launch screen and you're not using create-react-native-app you'll have to edit the native launch screen per platform to use your animation.

If you're using create-react-native-app with Expo then you could look at the Splash Screen API.

Related