about summary refs log tree commit diff
path: root/src/view/lib/assets.native.ts
blob: aa3c816b831e8ad9c10435c380cf382dc5022d69 (plain) (blame)
1
2
3
4
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')