| /expo/packages/expo-updates/src/__tests__/ |
| H A D | Updates-test.node.ts | 8 await Updates.reloadAsync();
|
| /expo/packages/expo-dev-menu/app/native-modules/__mocks__/ |
| H A D | DevMenu.ts | 3 export const reloadAsync = jest.fn(); constant
|
| /expo/packages/expo-dev-menu/app/components/__tests__/ |
| H A D | Main.test.tsx | 11 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 D | Updates.d.ts | 91 export declare function reloadAsync(): Promise<void>; function
|
| H A D | Updates.js | 112 export async function reloadAsync() { function
|
| H A D | Updates.js.map | 1 …reloadAsync()`. 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 D | DevMenu.ts | 69 export async function reloadAsync() { function
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | AsyncStorageScreen.tsx | 45 <Button onPress={() => Updates.reloadAsync()} title="Reload App" />
|
| /expo/guides/releasing/ |
| H A D | Updates QA.md | 15 - 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 D | Updates.ts | 139 export async function reloadAsync(): Promise<void> { function
|
| /expo/packages/expo-dev-menu/app/hooks/ |
| H A D | useDevSettings.tsx | 86 await DevMenu.reloadAsync();
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ |
| H A D | ABI47_0_0EXUpdatesDevLauncherController.m | 183 // Calling `setNextSelectionPolicy` allows the Updates module's `reloadAsync` method to reload 186 // launched by `reloadAsync` even if a newer one is downloaded.
|
| H A D | ABI47_0_0EXUpdatesModule.m | 86 reloadAsync:(ABI47_0_0EXPromiseResolveBlock)resolve
|
| H A D | ABI47_0_0EXUpdatesAppController.m | 239 ABI47_0_0RCTTriggerReloadCommandListeners(@"Requested by JavaScript - Updates.reloadAsync()");
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ |
| H A D | ABI48_0_0EXUpdatesDevLauncherController.m | 183 // Calling `setNextSelectionPolicy` allows the Updates module's `reloadAsync` method to reload 186 // launched by `reloadAsync` even if a newer one is downloaded.
|
| H A D | ABI48_0_0EXUpdatesModule.m | 91 reloadAsync:(ABI48_0_0EXPromiseResolveBlock)resolve
|
| H A D | ABI48_0_0EXUpdatesAppController.m | 239 ABI48_0_0RCTTriggerReloadCommandListeners(@"Requested by JavaScript - Updates.reloadAsync()");
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | configuring-updates.mdx | 15 …rt the app, and you can also restart it programmatically with `Updates.reloadAsync()`, eg: in resp… 37 await Updates.reloadAsync();
|
| H A D | updating-your-app.mdx | 156 … 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 D | App-apitest.tsx | 105 await Updates.reloadAsync();
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | updates.mdx | 45 await Updates.reloadAsync();
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | updates.mdx | 46 await Updates.reloadAsync();
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | updates.mdx | 76 await Updates.reloadAsync();
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | updates.mdx | 76 await Updates.reloadAsync();
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | updates.mdx | 76 await Updates.reloadAsync();
|