UNPKG

expo-asset

Version:

An Expo universal module to download assets and pass them into other APIs

10 lines 273 B
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