'how to override drawer navigation?

i'm trying to implement drawer navigation and bottom tab navigation. I used

"@react-navigation/drawer": "^6.4.1",
"@react-navigation/bottom-tabs": "^6.3.1",

for navigation. I try to put all navigation inside bottom tab navigation. it work but getting issue to override drawer navigation. issue

it is any way to override drawer navigation ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source