diff --git a/src/navigation/AppNavigator.tsx b/src/navigation/AppNavigator.tsx index 318d6db..365504a 100644 --- a/src/navigation/AppNavigator.tsx +++ b/src/navigation/AppNavigator.tsx @@ -692,7 +692,7 @@ const MainTabs = () => { bottom: 0, left: 0, right: 0, - height: 85 + insets.bottom, + height: Platform.OS === 'android' ? 70 + insets.bottom : 85 + insets.bottom, backgroundColor: 'transparent', overflow: 'hidden', }}> @@ -742,8 +742,8 @@ const MainTabs = () => {