I'm making my little project app and I have some problem.
My navigatino structure is like below.
Drawer Navigator ---- Bottom Tab Navigator
---- HOME (gesture enable)
---- SETTING (gesture disable)
---- OTHERS (gesture disable)
I'd like to make this, but I don't know how to do this.
Is there any tip of doing this??