Add tabs explainer and fix 'black screen' during onboard
This commit is contained in:
parent
3a9bb6a98d
commit
6fb4b005fd
5 changed files with 31 additions and 2 deletions
|
@ -2,3 +2,4 @@ import {ImageSourcePropType} from 'react-native'
|
|||
|
||||
export const DEF_AVATAR: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
|
||||
export const SCENE_EXPLAINER: ImageSourcePropType = require('../../../public/img/scene-explainer.jpg')
|
||||
export const TABS_EXPLAINER: ImageSourcePropType = require('../../../public/img/tabs-explainer.jpg')
|
||||
|
|
|
@ -4,3 +4,6 @@ export const DEF_AVATAR: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
|
|||
export const SCENE_EXPLAINER: ImageSourcePropType = {
|
||||
uri: '/img/scene-explainer.jpg',
|
||||
}
|
||||
export const TABS_EXPLAINER: ImageSourcePropType = {
|
||||
uri: '/img/tabs-explainer.jpg',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue