Commit 63980e25 by G

the tabbar should not be shown when keyboard pop out

parent 401cd7c6
...@@ -16,7 +16,7 @@ export const MyTabs = () => { ...@@ -16,7 +16,7 @@ export const MyTabs = () => {
return ( return (
<Tab.Navigator <Tab.Navigator
initialRouteName="Acceuil" initialRouteName="Acceuil"
screenOptions={{ headerShown: false, animation: "shift" }} screenOptions={{ headerShown: false, animation: "shift", tabBarHideOnKeyboard: true }}
> >
<Tab.Screen <Tab.Screen
name="Acceuil" 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