Author : Bhaktipriya Panchal
I was working on a react-native app in which I used react-navigation for routing. React-navigation provides 3 different types of navigators – Stack, Tab, Drawer. I used all and they worked well except of Drawer. I faced some issues while integrating Drawer navigator. My app require to display drawer only in few pages but react-navigation drawer…