blob: ad425ca6ff40d7d58b381ce18f724ca26eea7308 (
plain) (
blame)
1
2
3
4
5
6
|
import {ImageSourcePropType} from 'react-native'
export const DEF_AVATAR: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
export const SCENE_EXPLAINER: ImageSourcePropType = {
uri: '/img/scene-explainer.jpg',
}
|