Commit 63980e25 by G

the tabbar should not be shown when keyboard pop out

parent 401cd7c6
......@@ -16,7 +16,7 @@ export const MyTabs = () => {
return (
<Tab.Navigator
initialRouteName="Acceuil"
screenOptions={{ headerShown: false, animation: "shift" }}
screenOptions={{ headerShown: false, animation: "shift", tabBarHideOnKeyboard: true }}
>
<Tab.Screen
name="Acceuil"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment