Beta banner

zio/stable
Paul Frazee 2022-09-29 09:05:47 -05:00
parent a9f9235976
commit e9f0405555
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -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')

View File

@ -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'}