how to hide TabBar when keyboard is open

Currently, the TabBarBottom is placed above the keyboard for few seconds and after that it goes down.
i want to completely hide the TabBar when keyboard is open.

expo sdk :- 38
react-navigation": “^4.0.9”,
“react-navigation-tabs”: “^2.9.0”,
“Platform”: “Android”

@026binit It would help to see how you’ve structured your navigation. Nonetheless, you could set tabBarVisible: false as an option on the tab you want to hide