Remove incorrect margins for android.

This commit is contained in:
Patrick Fic
2025-10-21 14:04:56 -07:00
parent 044be62f3d
commit f001e87a49
2 changed files with 46 additions and 52 deletions

View File

@@ -14,8 +14,9 @@ function JobTabLayout(props) {
tabBarPosition: "top",
headerShown: false,
animation: "shift",
tabBarStyle: {
marginTop: -50,
// marginTop: -50
},
}}
>