UNPKG

expo-asset

Version:

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

4 lines (2 loc) 131 B
import { AssetProps as Props } from './withAssets'; export default (props: Props = {}): [string, Props] => ['expo-asset', props];