React Native:-How to use a common drawer and toolbar across all pages with control
问题 I am a newbie in React Native. I wanna make a drawer and toolbar for android and ios both. I wrote the code of drawer and toolbar in my mainpage where I have navigator. Like for eg. <Drawer> <Toolbar /> <Navigator /> </Drawer> So I got drawer and toolbar in all inner pages. But now the question is how do I have control over drawer and toolbar. Like If I want one page where I dont want to show the drawer feature and I want to show/hide options on toolbar according to pages inside the