blob: cbbfe791ffcc76c36b58d1fff5db6b5a6390e6aa (
plain) (
blame)
1
2
3
4
|
import {ImageSourcePropType} from 'react-native'
export const DEF_AVATER: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
export const BANNER: ImageSourcePropType = {uri: '/img/banner.jpg'}
|