UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

5 lines (4 loc) 197 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;