UNPKG

expo-asset

Version:

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

5 lines (4 loc) 119 B
export function getLocalAssetUri(hash: string, type: string | null): string | null { // noop on web return null; }