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

export const DEF_AVATAR: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
export const BANNER: ImageSourcePropType = {uri: '/img/beta-banner.jpg'}