about summary refs log tree commit diff
path: root/src/view/lib/assets.native.ts
blob: 4b5c3efcae21b6227e11d4d4c5e3a1988f983fda (plain) (blame)
1
2
3
4
5
import {ImageSourcePropType} from 'react-native'

export const DEF_AVATAR: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
export const SCENE_EXPLAINER: ImageSourcePropType = require('../../../public/img/scene-explainer.jpg')
export const TABS_EXPLAINER: ImageSourcePropType = require('../../../public/img/tabs-explainer.jpg')