This example shows you how to create an animated splash screen for your app. It uses the app loading to load the assets required for the animation. Once that's loaded, it replaces the app loading with a custom component that loads the rest of your app. When all of this is finished, it uses an outro animation and renders the app.
- Run
yarn
ornpm install
- Run
expo start
, try it out. - Wait until the app is built and downloaded. Press "run again" to reload the app and splash screen.