UNPKG

expo-splash-screen

Version:

Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.

12 lines 232 B
export default { get name() { return 'ExpoSplashScreen'; }, preventAutoHideAsync() { return false; }, hideAsync() { return false; }, }; //# sourceMappingURL=ExpoSplashScreen.web.js.map