mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:43:25 +00:00
fix: add bottom padding to tabbar (too low on iOS)
This commit is contained in:
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user