iOSでタブがおかしくなっていたバグを修正

This commit is contained in:
harukin-expo-dev-env 2025-03-22 11:02:19 +00:00
parent 1ff2f234e8
commit a2b37f4f35

View File

@ -36,7 +36,7 @@ export function AppContainer() {
screenOptions={{
lazy: false,
animation: "shift",
tabBarHideOnKeyboard: true,
tabBarHideOnKeyboard: Platform.OS === "android",
}}
detachInactiveScreens={false}
lazy={false}