UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

8 lines (6 loc) 189 B
import { Image, ImageSourcePropType } from 'react-native'; export class AssetService { resolveFromRequire(value: ImageSourcePropType) { return Image.resolveAssetSource(value); } }