Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 30343

expo web hide bottom navigation bar when keyboard show

$
0
0

I would like to hide my bottom navigation bar on mobile device when keyboard is show.I use Expo 40I have added in definition option bottom bar keyboardHidesTabBar: true, such as:

const TabBot = createMaterialBottomTabNavigator();...return(<TabBot.Navigator       initialRouteName="np"      tabBarOptions={{        keyboardHidesTabBar: true      }}      barStyle={TabBotOpt}>...

I have add "softwareKeyboardLayoutMode": "pan" in android section into app.json file,but when I open the website from mobile phone (android) I have this:

enter image description here

It is possible to hide bottom Tab Navigation when keyboard is open?


Viewing all articles
Browse latest Browse all 30343

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>