mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
chore: use platform select here as well
This commit is contained in:
@@ -19,7 +19,7 @@ export default function TabLayout() {
|
|||||||
borderTopColor: "transparent",
|
borderTopColor: "transparent",
|
||||||
borderTopRightRadius: 20,
|
borderTopRightRadius: 20,
|
||||||
borderTopLeftRadius: 20,
|
borderTopLeftRadius: 20,
|
||||||
paddingBottom: Platform.OS === "ios" ? 100 : 0,
|
paddingBottom: Platform.select({ ios: 100, android: 0 }),
|
||||||
height: 80,
|
height: 80,
|
||||||
},
|
},
|
||||||
tabBarItemStyle: {
|
tabBarItemStyle: {
|
||||||
|
Reference in New Issue
Block a user