Layout fixes
This commit is contained in:
+1
-5
@@ -394,7 +394,7 @@ const FlatNavigator = () => {
|
||||
fullScreenGestureEnabled: true,
|
||||
headerShown: false,
|
||||
animationDuration: 250,
|
||||
contentStyle: [pal.view, styles.webContainer],
|
||||
contentStyle: [pal.view],
|
||||
}}>
|
||||
<Flat.Screen
|
||||
name="Home"
|
||||
@@ -592,10 +592,6 @@ function handleLink(url: string) {
|
||||
}
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
webContainer: {
|
||||
// @ts-ignore web-only
|
||||
flex: '',
|
||||
},
|
||||
bgDark: {
|
||||
backgroundColor: colors.black,
|
||||
},
|
||||
|
||||
@@ -33,12 +33,12 @@ function ShellInner() {
|
||||
}, [navigator, closeAllActiveElements])
|
||||
|
||||
return (
|
||||
<View style={s.hContentRegion}>
|
||||
<View style={s.hContentRegion}>
|
||||
<>
|
||||
<>
|
||||
<ErrorBoundary>
|
||||
<FlatNavigator />
|
||||
</ErrorBoundary>
|
||||
</View>
|
||||
</>
|
||||
<Composer winHeight={0} />
|
||||
<ModalsContainer />
|
||||
<Lightbox />
|
||||
@@ -53,7 +53,7 @@ function ShellInner() {
|
||||
</View>
|
||||
</TouchableOpacity>
|
||||
)}
|
||||
</View>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user