Recreates the animated splash screen effect from the WWDC 2023 finalist "Universe - website builder".
universe-website-builder.mp4
- Set everything to black in the
app.json
:backgroundColor: '#000'
splash.backgroundColor: '#000'
ios.splash.backgroundColor: '#000'
- Keep the splash screen open until the video is loaded into memory (note: there's a different video for tablets).
- Once loaded, play the video and hide the native splash screen.
- After the video finishes, fade everything out to reveal the rest of the app.
Only requires a couple components, works on Android too!
- Run
yarn
ornpm install
- Run
npx expo
to start the app.