UNPKG

expo-asset

Version:

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

5 lines 238 B
/** * Returns the URI of a local asset from its hash, or null if the asset is not available locally */ export declare function getLocalAssetUri(hash: string, type: string | null): string | null; //# sourceMappingURL=LocalAssets.d.ts.map