I’m trying to hide the tab bar when the keyboard is open. It hides automatically on iOS, but not on Android.
I tried using :
screenOptions={{ tabBarHideOnKeyboard: true, ... }}
,
but it isn’t working. Does anyone have a solution for hiding the tab bar on Android when the keyboard is open?
New contributor
Imad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.