Dhawal Raturi
Dhawal Raturi
@ozdemiremrah I'm facing the same issue. Did you find a way to make the bottom navigator disappear for the case where the keyboard is enabled?
This can be done as below: 1. Create a `tabBarRef` for your bottom navigator: ``` export const tabBarRef = createRef() ``` 2. Add it to your bottom navigator: ``` ......
@LuamLeite As edited above, Since the stack navigator is nested inside the bottom navigator, you get `navigation`, `route` objects as props in the stack navigator.