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