Files
Fluxup_PAP/node_modules/expo-asset/build/PlatformUtils.web.js
2026-03-10 16:18:05 +00:00

10 lines
273 B
JavaScript

export const IS_ENV_WITH_LOCAL_ASSETS = false;
export function getLocalAssets() {
return {};
}
export function getManifest2() {
return {};
}
// Compute manifest base URL if available
export const manifestBaseUrl = null;
//# sourceMappingURL=PlatformUtils.web.js.map