BottomTab bar renders above keyboard on Android

Viewed 22

I am using the createBottomTabNavigator() to create a bottom tab bar with screenOptions={tabBarHideOnKeyboard: true,}.
The behavior of bottomtabbar on keyboard use is showing up and hiding on keyboard use. is there any solution for not showing the tabbar on the keyboard?

I have a similar issue explained in this ticket: https://github.com/react-navigation/react-navigation/issues/6700.

I can't use android:windowSoftInputMode="adjustPan" this will affect other features.
I tried using keyboard event listeners but their is always a delay in tabbar display on the keyboard.

0 Answers
Related