Switch to one default avi
This commit is contained in:
parent
5909509bea
commit
e6627183e1
17 changed files with 25 additions and 67 deletions
|
@ -1,9 +1,4 @@
|
|||
import {ImageSourcePropType} from 'react-native'
|
||||
|
||||
export const AVIS: Record<string, ImageSourcePropType> = {
|
||||
'alice.test': require('../../../public/img/alice.jpg'),
|
||||
'bob.test': require('../../../public/img/bob.jpg'),
|
||||
'carol.test': require('../../../public/img/carla.jpg'),
|
||||
}
|
||||
|
||||
export const DEF_AVATER: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
|
||||
export const BANNER: ImageSourcePropType = require('../../../public/img/banner.jpg')
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
import {ImageSourcePropType} from 'react-native'
|
||||
|
||||
export const AVIS: Record<string, ImageSourcePropType> = {
|
||||
'alice.test': {uri: '/img/alice.jpg'},
|
||||
'bob.test': {uri: '/img/bob.jpg'},
|
||||
'carol.test': {uri: '/img/carla.jpg'},
|
||||
}
|
||||
|
||||
export const DEF_AVATER: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
|
||||
export const BANNER: ImageSourcePropType = {uri: '/img/banner.jpg'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue