# easSplashScreen **Repository Path**: mirrors_Kudo/easSplashScreen ## Basic Information - **Project Name**: easSplashScreen - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 [`expo start`](https://docs.expo.dev/versions/latest/workflow/expo-cli/), try it out. - Wait until the app is built and downloaded. Press "run again" to reload the app and splash screen. ## 📝 Notes - [Expo AppLoading docs](https://docs.expo.dev/versions/latest/sdk/app-loading/) - [Expo Assets guide](https://docs.expo.dev/versions/latest/guides/assets/) - [Expo Splash Screen guide](https://docs.expo.dev/versions/latest/guides/splash-screens/)