Beta banner
This commit is contained in:
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'}
|
||||||
|
|||||||
Reference in New Issue
Block a user