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/head/ExpoHeadModule.js generated vendored Normal file
View File

@@ -0,0 +1,12 @@
"use strict";
// isEligibleForPrediction
// https://developer.apple.com/documentation/foundation/nsuseractivity/2980674-iseligibleforprediction
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpoHead = void 0;
let ExpoHead = null;
exports.ExpoHead = ExpoHead;
// If running in Expo Go.
if (typeof expo !== 'undefined' && !globalThis.expo?.modules?.ExpoGo) {
exports.ExpoHead = ExpoHead = globalThis.expo?.modules?.ExpoHead;
}
//# sourceMappingURL=ExpoHeadModule.js.map