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

export const DEF_AVATAR: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
export const BANNER: ImageSourcePropType = require('../../../public/img/beta-banner.jpg')