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
|
@ -26,7 +26,7 @@ export const Onboard = observer(() => {
|
|||
}
|
||||
|
||||
return (
|
||||
<View style={{flex: 1}}>
|
||||
<View style={{flex: 1, backgroundColor: '#fff'}}>
|
||||
<Com />
|
||||
</View>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue