Home
last modified time | relevance | path

Searched refs:reloadAsync (Results 1 – 25 of 31) sorted by relevance

12

/expo/packages/expo-updates/src/__tests__/
H A DUpdates-test.node.ts8 await Updates.reloadAsync();
/expo/packages/expo-dev-menu/app/native-modules/__mocks__/
H A DDevMenu.ts3 export const reloadAsync = jest.fn(); constant
/expo/packages/expo-dev-menu/app/components/__tests__/
H A DMain.test.tsx11 reloadAsync,
24 const mockReloadAsync = reloadAsync as jest.Mock;
152 expect(reloadAsync).toHaveBeenCalledTimes(0);
154 expect(reloadAsync).toHaveBeenCalledTimes(1);
/expo/packages/expo-updates/build/
H A DUpdates.d.ts91 export declare function reloadAsync(): Promise<void>; function
H A DUpdates.js112 export async function reloadAsync() { function
H A DUpdates.js.map1reloadAsync()`. This is because the promise is resolved after verifying that the app can\n * be re…
/expo/packages/expo-dev-menu/app/native-modules/
H A DDevMenu.ts69 export async function reloadAsync() { function
/expo/apps/native-component-list/src/screens/
H A DAsyncStorageScreen.tsx45 <Button onPress={() => Updates.reloadAsync()} title="Reload App" />
/expo/guides/releasing/
H A DUpdates QA.md15 - Test `checkForUpdateAsync`, `fetchUpdateAsync`, and `reloadAsync`; publish another new update and…
32 …; use the module methods to check and fetch the new update, then call `reloadAsync`; should see th…
50 …tart the app, and make sure you get an "update downloaded" event; use `reloadAsync` to reload the …
62 - Use the module methods to check and fetch the new update, then reload the UI with `reloadAsync`.
80 …tart the app, and make sure you get an "update downloaded" event; use `reloadAsync` to reload the …
/expo/packages/expo-updates/src/
H A DUpdates.ts139 export async function reloadAsync(): Promise<void> { function
/expo/packages/expo-dev-menu/app/hooks/
H A DuseDevSettings.tsx86 await DevMenu.reloadAsync();
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesDevLauncherController.m183 // Calling `setNextSelectionPolicy` allows the Updates module's `reloadAsync` method to reload
186 // launched by `reloadAsync` even if a newer one is downloaded.
H A DABI47_0_0EXUpdatesModule.m86 reloadAsync:(ABI47_0_0EXPromiseResolveBlock)resolve
H A DABI47_0_0EXUpdatesAppController.m239 ABI47_0_0RCTTriggerReloadCommandListeners(@"Requested by JavaScript - Updates.reloadAsync()");
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesDevLauncherController.m183 // Calling `setNextSelectionPolicy` allows the Updates module's `reloadAsync` method to reload
186 // launched by `reloadAsync` even if a newer one is downloaded.
H A DABI48_0_0EXUpdatesModule.m91 reloadAsync:(ABI48_0_0EXPromiseResolveBlock)resolve
H A DABI48_0_0EXUpdatesAppController.m239 ABI48_0_0RCTTriggerReloadCommandListeners(@"Requested by JavaScript - Updates.reloadAsync()");
/expo/docs/pages/archive/classic-updates/
H A Dconfiguring-updates.mdx15 …rt the app, and you can also restart it programmatically with `Updates.reloadAsync()`, eg: in resp…
37 await Updates.reloadAsync();
H A Dupdating-your-app.mdx156 … reopens the app; if you want to run it sooner, you can call [`Updates.reloadAsync`](../versions/l…
176 Updates.reloadAsync();
/expo/packages/expo-updates/e2e/fixtures/
H A DApp-apitest.tsx105 await Updates.reloadAsync();
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dupdates.mdx45 await Updates.reloadAsync();
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dupdates.mdx46 await Updates.reloadAsync();
/expo/docs/pages/versions/unversioned/sdk/
H A Dupdates.mdx76 await Updates.reloadAsync();
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dupdates.mdx76 await Updates.reloadAsync();
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dupdates.mdx76 await Updates.reloadAsync();

12