Androidでキーボード表示時にタブが消えなかった問題を修正
This commit is contained in:
parent
842b724103
commit
1ff2f234e8
2
Apps.js
2
Apps.js
@ -32,11 +32,11 @@ export function AppContainer() {
|
|||||||
return (
|
return (
|
||||||
<NavigationContainer ref={navigationRef}>
|
<NavigationContainer ref={navigationRef}>
|
||||||
<Tab.Navigator
|
<Tab.Navigator
|
||||||
tabBarOptions={{ keyboardHidesTabBar: Platform.OS === "android" }}
|
|
||||||
initialRouteName="topMenu"
|
initialRouteName="topMenu"
|
||||||
screenOptions={{
|
screenOptions={{
|
||||||
lazy: false,
|
lazy: false,
|
||||||
animation: "shift",
|
animation: "shift",
|
||||||
|
tabBarHideOnKeyboard: true,
|
||||||
}}
|
}}
|
||||||
detachInactiveScreens={false}
|
detachInactiveScreens={false}
|
||||||
lazy={false}
|
lazy={false}
|
||||||
|
Loading…
Reference in New Issue
Block a user