Switch to procedurally-generated banners
This commit is contained in:
parent
60b1c53d85
commit
807bd3b834
7 changed files with 33 additions and 8 deletions
|
@ -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,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'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue