Add tabs explainer and fix 'black screen' during onboard

This commit is contained in:
Paul Frazee 2022-11-17 11:21:04 -06:00
parent 3a9bb6a98d
commit 6fb4b005fd
5 changed files with 31 additions and 2 deletions

View file

@ -26,7 +26,7 @@ export const Onboard = observer(() => {
}
return (
<View style={{flex: 1}}>
<View style={{flex: 1, backgroundColor: '#fff'}}>
<Com />
</View>
)