fix: add bottom padding to tabbar (too low on iOS)

This commit is contained in:
Adrian Castro
2024-02-14 13:29:36 +01:00
parent 1fad7dbfc6
commit 7b1dcad3db

View File

@@ -19,6 +19,7 @@ export default function TabLayout() {
borderTopColor: "transparent", borderTopColor: "transparent",
borderTopRightRadius: 20, borderTopRightRadius: 20,
borderTopLeftRadius: 20, borderTopLeftRadius: 20,
paddingBottom: 100,
height: 80, height: 80,
}, },
tabBarItemStyle: { tabBarItemStyle: {