Home
last modified time | relevance | path

Searched refs:getLocalAssetUri (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-asset/src/__tests__/
H A DLocalAssets-test.native.ts1 import { getLocalAssetUri } from '../LocalAssets';
44 const uri = getLocalAssetUri('hash', 'png');
61 const uri = getLocalAssetUri('test3', 'png');
68 const uri = getLocalAssetUri('file-hash', 'jpg');
69 const uri2 = getLocalAssetUri('file-hash', null);
77 const uri = getLocalAssetUri('test4', null);
84 const uri = getLocalAssetUri('test1', null);
91 const uri = getLocalAssetUri('test2', 'png');
98 const uri1 = getLocalAssetUri('test1', 'png');
101 const uri2 = getLocalAssetUri('test2', 'xxx');
/expo/packages/expo-asset/src/
H A DLocalAssets.web.ts1 export function getLocalAssetUri(hash: string, type: string | null): string | null { function
H A DLocalAssets.ts15 export function getLocalAssetUri(hash: string, type: string | null): string | null { function
H A DAsset.ts7 import { getLocalAssetUri } from './LocalAssets';
103 this.localUri = getLocalAssetUri(hash, type);
/expo/packages/expo-asset/build/
H A DLocalAssets.d.ts4 export declare function getLocalAssetUri(hash: string, type: string | null): string | null; function
H A DLocalAssets.web.d.ts1 export declare function getLocalAssetUri(hash: string, type: string | null): string | null; function
H A DLocalAssets.web.js1 export function getLocalAssetUri(hash, type) { function
H A DLocalAssets.js11 export function getLocalAssetUri(hash, type) { function
H A DLocalAssets.web.js.map1 …c;IACd,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["export function getLocalAssetUri(hash: string,…
H A DAsset.js6 import { getLocalAssetUri } from './LocalAssets';
79 this.localUri = getLocalAssetUri(hash, type);
H A DLocalAssets.js.map1 …or null if the asset is not available locally\n */\nexport function getLocalAssetUri(hash: string,…
H A DAsset.js.map1getLocalAssetUri } from './LocalAssets';\nimport { downloadAsync, IS_ENV_WITH_UPDATES_ENABLED } fr…