iOSでタブがおかしくなっていたバグを修正
This commit is contained in:
parent
1ff2f234e8
commit
a2b37f4f35
2
Apps.js
2
Apps.js
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user