Files
Schnappix/node_modules/expo-asset/src/LocalAssets.web.ts
T

5 lines
119 B
TypeScript

export function getLocalAssetUri(hash: string, type: string | null): string | null {
// noop on web
return null;
}