Remove top bar in the shell

This commit is contained in:
Paul Frazee
2022-09-29 09:05:40 -05:00
parent 60c2805c01
commit 0a37c34704
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -183,7 +183,7 @@ export const MobileShell: React.FC = observer(() => {
return (
<View style={styles.outerContainer}>
<View style={styles.topBar}>
{/* <View style={styles.topBar}>
<TouchableOpacity onPress={onPressAvi}>
<Image style={styles.avi} source={DEF_AVATER} />
</TouchableOpacity>
@@ -195,7 +195,7 @@ export const MobileShell: React.FC = observer(() => {
<TouchableOpacity style={styles.topBarBtn} onPress={onPressEllipsis}>
<FontAwesomeIcon icon="ellipsis" />
</TouchableOpacity>
</View>
</View> */}
<SafeAreaView style={styles.innerContainer}>
<GestureDetector gesture={swipeGesture}>
<ScreenContainer style={styles.screenContainer}>
@@ -241,7 +241,7 @@ export const MobileShell: React.FC = observer(() => {
/>
<Btn icon="house" onPress={onPressHome} />
<Btn icon={['far', 'bell']} onPress={onPressNotifications} />
<Btn icon={['far', 'clone']} onPress={onPressTabs} />
<Btn icon="bars" onPress={onPressTabs} />
</View>
<Modal />
{isLocationMenuActive && (