mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13: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",
|
||||
borderTopRightRadius: 20,
|
||||
borderTopLeftRadius: 20,
|
||||
paddingBottom: 100,
|
||||
height: 80,
|
||||
},
|
||||
tabBarItemStyle: {
|
||||
|
Reference in New Issue
Block a user