I am new to React Native.
I want to make a box and toolbar for Android and ios. I wrote a box code and a toolbar on my main page, where I have a navigator.
Such as,
<Drawer>
<Toolbar />
<Navigator />
</Drawer>
So, I got a box and a toolbar on all the inner pages. But now the question is how can I control the drawer and toolbar.
For example, if I need one page on which I do not want to show the box function, and I want to show / hide the options on the toolbar according to the pages inside the application.
Any help would be greatly appreciated.
Any other best way to achieve the above.
thank