diff options
Diffstat (limited to 'apps/mobile/components/ui/CustomSafeAreaView.tsx')
| -rw-r--r-- | apps/mobile/components/ui/CustomSafeAreaView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mobile/components/ui/CustomSafeAreaView.tsx b/apps/mobile/components/ui/CustomSafeAreaView.tsx index fdf6520d..840ea058 100644 --- a/apps/mobile/components/ui/CustomSafeAreaView.tsx +++ b/apps/mobile/components/ui/CustomSafeAreaView.tsx @@ -15,6 +15,7 @@ export default function CustomSafeAreaView({ return ( <SafeAreaView style={{ + flex: 1, paddingTop: // Some ugly hacks to make the app look the same on both android and ios Platform.OS == "android" && edges.includes("top") |
