Skip to content

Latest commit

 

History

History
 
 

with-splash-screen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Splash Screen Example

Supports Expo iOS Supports Expo Android Supports Expo Web

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.

🚀 How to use

  • Run yarn or npm install
  • Run yarn start or npm run start to try it out.
  • Wait until the app is built and downloaded. Press "run again" to reload the app and splash screen.

📝 Notes