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.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;
const StackClient_1 = __importDefault(require("./StackClient"));
exports.Stack = StackClient_1.default;
const stack_utils_1 = require("./stack-utils");
// Note(@ubax): Importing StackToolbar from separate file for rsc to work correctly
const StackToolbar_1 = require("./stack-utils/toolbar/StackToolbar");
StackClient_1.default.Screen = stack_utils_1.StackScreen;
StackClient_1.default.Header = stack_utils_1.StackHeader;
StackClient_1.default.Toolbar = StackToolbar_1.StackToolbar;
exports.default = StackClient_1.default;
//# sourceMappingURL=Stack.js.map