This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
reValuate/node_modules/expo-asset/build/PlatformUtils.web.js
2021-04-02 02:24:13 +03:00

12 lines
392 B
JavaScript

export const IS_MANAGED_ENV = false;
export const IS_ENV_WITH_UPDATES_ENABLED = false;
export const IS_ENV_WITHOUT_UPDATES_ENABLED = false;
// Compute manifest base URL if available
export const manifestBaseUrl = null;
export async function downloadAsync(uri, hash, type, name) {
return uri;
}
export function getManifest() {
return {};
}
//# sourceMappingURL=PlatformUtils.web.js.map