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

export const DEF_AVATAR: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
export const TABS_EXPLAINER: ImageSourcePropType = require('../../../public/img/tabs-explainer.jpg')