Beta banner
This commit is contained in:
parent
a9f9235976
commit
e9f0405555
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import {ImageSourcePropType} from 'react-native'
|
||||
|
||||
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'
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue