UNPKG

expo-splash-screen

Version:

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

5 lines (4 loc) 95 B
export default { preventAutoHideAsync: async () => false, hideAsync: async () => false, };