add this code tabBarHideOnKeyboard: true, in <Tab.Navigator initialRouteName={DashboardName} screenOptions={({ route }) => ({ tabBarActiveTintColor: "#3a98cf", tabBarInactiveTintColor: "#fff", tabBarHideOnKeyboard: true, />
tabBarHideOnKeyboard: true,
<Tab.Navigator initialRouteName={DashboardName} screenOptions={({ route }) => ({ tabBarActiveTintColor: "#3a98cf", tabBarInactiveTintColor: "#fff", tabBarHideOnKeyboard: true, />