Beta banner

This commit is contained in:
Paul Frazee 2022-09-29 09:05:47 -05:00
parent a9f9235976
commit e9f0405555
3 changed files with 2 additions and 2 deletions

View file

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

View file

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