| /expo/packages/expo-splash-screen/src/ |
| H A D | index.native.ts | 3 export const { preventAutoHideAsync, hideAsync } = requireNativeModule('ExpoSplashScreen') as { constant 5 hideAsync: () => Promise<boolean>;
|
| H A D | index.ts | 30 export async function hideAsync(): Promise<boolean> { function
|
| /expo/packages/expo-router/build/views/ |
| H A D | Splash.js | 70 SplashScreen.hideAsync = () => { function in SplashScreen 90 SplashScreen.hideAsync(); 103 SplashScreen.hideAsync(); 107 return SplashModule.hideAsync().catch((error) => { 134 SplashScreen.hideAsync();
|
| H A D | Splash.d.ts | 21 var hideAsync: () => void;
|
| H A D | Try.js | 14 Splash_1.SplashScreen.hideAsync();
|
| H A D | Splash.js.map | 1 …hideAsync` from `expo-router` instead.'\n );\n return null;\n}\n\nfunction useGlobalSplash() {\n…
|
| /expo/packages/expo-router/src/views/ |
| H A D | Splash.tsx | 31 …deprecated. Use `SplashScreen.preventAutoHideAsync()` and `SplashScreen.hideAsync` from `expo-rout… 51 SplashScreen.hideAsync = () => { 73 SplashScreen.hideAsync(); 86 SplashScreen.hideAsync(); 90 return SplashModule.hideAsync().catch((error: any) => { 121 SplashScreen.hideAsync();
|
| H A D | Try.tsx | 25 SplashScreen.hideAsync();
|
| /expo/packages/expo-splash-screen/build/ |
| H A D | index.native.js.map | 1 …tAutoHideAsync, hideAsync } = requireNativeModule('ExpoSplashScreen') as {\n preventAutoHideAsync…
|
| H A D | index.js | 29 export async function hideAsync() { function
|
| H A D | index.d.ts | 25 export declare function hideAsync(): Promise<boolean>;
|
| H A D | index.native.d.ts | 1 export declare const preventAutoHideAsync: () => Promise<boolean>, hideAsync: () => Promise<boolean…
|
| H A D | index.native.js | 2 export const { preventAutoHideAsync, hideAsync } = requireNativeModule('ExpoSplashScreen');
|
| H A D | index.js.map | 1 …hideAsync` is called.\n *\n * > **Important note**: It is recommended to call this in global scope…
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/ |
| H A D | KeyboardModule.java | 25 public void hideAsync(final Promise promise) { in hideAsync() method in KeyboardModule
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/ |
| H A D | KeyboardModule.java | 25 public void hideAsync(final Promise promise) { in hideAsync() method in KeyboardModule
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/ |
| H A D | KeyboardModule.java | 25 public void hideAsync(final Promise promise) { in hideAsync() method in KeyboardModule
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/ |
| H A D | KeyboardModule.java | 25 public void hideAsync(final Promise promise) { in hideAsync() method in KeyboardModule
|
| /expo/packages/expo-router/build/ |
| H A D | renderRootComponent.js | 65 Splash_1.SplashScreen.hideAsync();
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/ |
| H A D | SplashScreenModule.kt | 49 fun hideAsync(promise: Promise) { in <lambda>() method
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/splashscreen/ |
| H A D | SplashScreenModule.kt | 49 fun hideAsync(promise: Promise) { in <lambda>() method
|
| /expo/apps/native-component-list/ |
| H A D | App.tsx | 22 await SplashScreen.hideAsync();
|
| /expo/docs/pages/routing/ |
| H A D | appearance.mdx | 45 SplashScreen.hideAsync(); 76 …den, then the splash screen will remain visible until the `SplashScreen.hideAsync()` function has … 91 SplashScreen.hideAsync();
|
| /expo/templates/expo-template-tabs/app/ |
| H A D | _layout.tsx | 34 SplashScreen.hideAsync();
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | app-loading.mdx | 11 …rectly instead: `SplashScreen.preventAutoHideAsync()` and `SplashScreen.hideAsync()`. [Learn more]…
|