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={{ screenOptions={{
lazy: false, lazy: false,
animation: "shift", animation: "shift",
tabBarHideOnKeyboard: true, tabBarHideOnKeyboard: Platform.OS === "android",
}} }}
detachInactiveScreens={false} detachInactiveScreens={false}
lazy={false} lazy={false}