Home
last modified time | relevance | path

Searched refs:hideAsync (Results 1 – 25 of 50) sorted by relevance

12

/expo/packages/expo-splash-screen/src/
H A Dindex.native.ts3 export const { preventAutoHideAsync, hideAsync } = requireNativeModule('ExpoSplashScreen') as { constant
5 hideAsync: () => Promise<boolean>;
H A Dindex.ts30 export async function hideAsync(): Promise<boolean> { function
/expo/packages/expo-router/build/views/
H A DSplash.js70 SplashScreen.hideAsync = () => { function in SplashScreen
90 SplashScreen.hideAsync();
103 SplashScreen.hideAsync();
107 return SplashModule.hideAsync().catch((error) => {
134 SplashScreen.hideAsync();
H A DSplash.d.ts21 var hideAsync: () => void;
H A DTry.js14 Splash_1.SplashScreen.hideAsync();
H A DSplash.js.map1hideAsync` from `expo-router` instead.'\n );\n return null;\n}\n\nfunction useGlobalSplash() {\n…
/expo/packages/expo-router/src/views/
H A DSplash.tsx31 …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 DTry.tsx25 SplashScreen.hideAsync();
/expo/packages/expo-splash-screen/build/
H A Dindex.native.js.map1 …tAutoHideAsync, hideAsync } = requireNativeModule('ExpoSplashScreen') as {\n preventAutoHideAsync…
H A Dindex.js29 export async function hideAsync() { function
H A Dindex.d.ts25 export declare function hideAsync(): Promise<boolean>;
H A Dindex.native.d.ts1 export declare const preventAutoHideAsync: () => Promise<boolean>, hideAsync: () => Promise<boolean…
H A Dindex.native.js2 export const { preventAutoHideAsync, hideAsync } = requireNativeModule('ExpoSplashScreen');
H A Dindex.js.map1hideAsync` 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 DKeyboardModule.java25 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 DKeyboardModule.java25 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 DKeyboardModule.java25 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 DKeyboardModule.java25 public void hideAsync(final Promise promise) { in hideAsync() method in KeyboardModule
/expo/packages/expo-router/build/
H A DrenderRootComponent.js65 Splash_1.SplashScreen.hideAsync();
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/
H A DSplashScreenModule.kt49 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 DSplashScreenModule.kt49 fun hideAsync(promise: Promise) { in <lambda>() method
/expo/apps/native-component-list/
H A DApp.tsx22 await SplashScreen.hideAsync();
/expo/docs/pages/routing/
H A Dappearance.mdx45 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.tsx34 SplashScreen.hideAsync();
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dapp-loading.mdx11 …rectly instead: `SplashScreen.preventAutoHideAsync()` and `SplashScreen.hideAsync()`. [Learn more]…

12