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

16
node_modules/expo-router/build/layouts/Stack.web.js generated vendored Normal file
View File

@@ -0,0 +1,16 @@
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Stack = void 0;
// This will be changed to `ExperimentalModalStack` in @expo/cli/src/start/server/metro/withMetroMultiPlatform.ts
// When the `EXPO_UNSTABLE_WEB_MODAL` env variable is truthy.
const _web_modal_1 = __importDefault(require("./_web-modal"));
exports.Stack = _web_modal_1.default;
const stack_utils_1 = require("./stack-utils");
_web_modal_1.default.Screen = stack_utils_1.StackScreen;
_web_modal_1.default.Header = stack_utils_1.StackHeader;
_web_modal_1.default.Toolbar = stack_utils_1.StackToolbar;
exports.default = _web_modal_1.default;
//# sourceMappingURL=Stack.web.js.map