Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/expo-modules-core/build/reload.d.ts
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

12 lines
553 B
TypeScript

/**
* Reloads the app.
*
* This function works for both release and debug builds.
*
* Unlike [`Updates.reloadAsync()`](https://docs.expo.dev/versions/latest/sdk/updates/#updatesreloadasync),
* this function does not use a new update even if one is available. It only reloads the app using the same JavaScript bundle that is currently running.
*
* @param reason The reason for reloading the app. This is used only for some platforms.
*/
export declare function reloadAppAsync(reason?: string): Promise<void>;
//# sourceMappingURL=reload.d.ts.map