Beta banner
parent
a9f9235976
commit
e9f0405555
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
|
@ -1,4 +1,4 @@
|
||||||
import {ImageSourcePropType} from 'react-native'
|
import {ImageSourcePropType} from 'react-native'
|
||||||
|
|
||||||
export const DEF_AVATER: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
|
export const DEF_AVATER: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
|
||||||
export const BANNER: ImageSourcePropType = require('../../../public/img/banner.jpg')
|
export const BANNER: ImageSourcePropType = require('../../../public/img/beta-banner.jpg')
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import {ImageSourcePropType} from 'react-native'
|
import {ImageSourcePropType} from 'react-native'
|
||||||
|
|
||||||
export const DEF_AVATER: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
|
export const DEF_AVATER: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
|
||||||
export const BANNER: ImageSourcePropType = {uri: '/img/banner.jpg'}
|
export const BANNER: ImageSourcePropType = {uri: '/img/beta-banner.jpg'}
|
||||||
|
|
Loading…
Reference in New Issue