NNicoleJul 1, 2020
How do I add a navigation drawer to my App.js in React Native
Hi I'm trying to implement a side menu. How do I go about adding a navigation drawer to my header. I want it to appear on every screen except on login and register. App.js import { View, Image, TouchableOpacity, Platform, StatusBar, Button } from 're...
Join discussion