expo-app-loading
⚠️ Deprecated
expo-app-loading is deprecated in favor of expo-splash-screen: use SplashScreen.preventAutoHideAsync()
and SplashScreen.hideAsync()
instead. Learn more.
A React component that tells expo-splash-screen to remain visible if it is the first and only component rendered in your app. This can be useful while download and cache fonts, logos, icon images and other assets that you want to be sure the user has on their device for an optimal experience before rendering and they start using the app. You can alternatively use expo-splash-screen APIs directly - expo-app-loading just wraps them.
API documentation
Installation in managed Expo projects
For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.
Installation in bare React Native projects
For bare React Native projects, you must ensure that you have installed and configured the expo
package before continuing.
Add the package to your npm dependencies
expo install expo-app-loading
Contributing
Contributions are very welcome! Please refer to guidelines described in the contributing guide.