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

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