blob: 9e937d4db0daf1aad73bc1a8e1212cecfe150fad (
plain) (
blame)
1
2
3
4
5
6
|
import {ImageSourcePropType} from 'react-native'
export const DEF_AVATAR: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
export const TABS_EXPLAINER: ImageSourcePropType = {
uri: '/img/tabs-explainer.jpg',
}
|