Files
Fluxup_PAP/node_modules/expo-router/build/global-state/serverLocationContext.js
2026-03-10 16:18:05 +00:00

7 lines
385 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ServerContext = void 0;
// This is file should mirror https://github.com/react-navigation/react-navigation/blob/6.x/packages/native/src/ServerContext.tsx
const react_1 = require("react");
exports.ServerContext = (0, react_1.createContext)(undefined);
//# sourceMappingURL=serverLocationContext.js.map