Switch to procedurally-generated banners

This commit is contained in:
Paul Frazee
2022-11-05 12:33:59 -05:00
parent 992b79384f
commit 1ae5318af0
7 changed files with 33 additions and 8 deletions
-1
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')
-1
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'}