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 d875933412
commit 924c76f11b
5 changed files with 31 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export const Onboard = observer(() => {
}
return (
<View style={{flex: 1}}>
<View style={{flex: 1, backgroundColor: '#fff'}}>
<Com />
</View>
)