about summary refs log tree commit diff
path: root/src/view/lib/assets.native.ts
blob: a2db553e74b293ccbcfc2dbedd24d3d0be5b4d4c (plain) (blame)
1
2
3
4
5
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')
export const CLOUD_SPLASH: ImageSourcePropType = require('../../../public/img/cloud-splash.png')