6 lines
340 B
TypeScript
6 lines
340 B
TypeScript
import Constants from 'expo-constants';
|
|
export declare const IS_ENV_WITH_LOCAL_ASSETS: boolean;
|
|
export declare function getLocalAssets(): Record<string, string>;
|
|
export declare function getManifest2(): typeof Constants.__unsafeNoWarnManifest2;
|
|
export declare const manifestBaseUrl: string | null;
|
|
//# sourceMappingURL=PlatformUtils.d.ts.map
|