expo-app-loading

A React component that keeps the native splash screen visible.

Usage no npm install needed!

<script type="module">
  import expoAppLoading from 'https://cdn.skypack.dev/expo-app-loading';
</script>

README

expo-app-loading

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 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 react-native-unimodules 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.