Switch to procedurally-generated banners

This commit is contained in:
Paul Frazee 2022-11-05 12:33:59 -05:00
parent 60b1c53d85
commit 807bd3b834
7 changed files with 33 additions and 8 deletions

View file

@ -1,4 +1,3 @@
import {ImageSourcePropType} from 'react-native'
export const DEF_AVATAR: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
export const BANNER: ImageSourcePropType = require('../../../public/img/beta-banner.jpg')

View file

@ -1,4 +1,3 @@
import {ImageSourcePropType} from 'react-native'
export const DEF_AVATAR: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
export const BANNER: ImageSourcePropType = {uri: '/img/beta-banner.jpg'}