Files
Fluxup_PAP/node_modules/expo-router/build/head/ExpoHeadModule.js
2026-03-10 16:18:05 +00:00

12 lines
496 B
JavaScript

"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