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

12
node_modules/expo-router/build/layouts/RootModal.d.ts generated vendored Normal file
View File

@@ -0,0 +1,12 @@
type RootModalContextValue = {
root: boolean;
routes: never[];
addModal: (name: string) => void;
removeModal: (name: string) => void;
};
export declare const RootModalContext: import("react").Context<RootModalContextValue>;
export declare function RootModalProvider({ children }: {
children: React.ReactNode;
}): import("react").JSX.Element;
export {};
//# sourceMappingURL=RootModal.d.ts.map