fix: tight navbar on android

This commit is contained in:
Fredrik Burmester
2024-08-18 10:51:44 +02:00
parent 817a758b8a
commit da666d3991

View File

@@ -29,6 +29,8 @@ export default function TabLayout() {
borderTopRightRadius: 0,
borderTopWidth: 0,
paddingTop: 8,
paddingBottom: Platform.OS === "android" ? 8 : 26,
height: Platform.OS === "android" ? 58 : 74,
},
tabBarBackground: () =>
Platform.OS === "ios" ? (