first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

10
node_modules/expo-modules-core/build/reload.d.ts generated vendored Normal file
View File

@@ -0,0 +1,10 @@
/**
* Reloads the app. This method works for both release and debug builds.
*
* Unlike [`Updates.reloadAsync()`](/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