React Native Starter app
SplashScreen | Login page |
Sample page | Custom Drawer Navigation |
]This React Native app built with Expo allows you to easily start a project with a splashscreen, a login, and a custom drawer-navigation already configured
# Clone the repo:
git clone https://github.com/gabriel-thecode/rn-sample-drawer-app.git
# Move to the appropriate directory:
cd rn-sample-drawer-app
# Install dependencies:
npm install
First, you need to install Expo CLI (if you don't have it yet). You can do it by running the following command in terminal:
npm install expo-cli --global
# Start the React Native packager
expo start
Instructions are shown in the terminal. You can select to open it in:
- An emulator (either iOS or Android)
- Your mobile device with the Expo app. It will reload if you save edits to your files and you will see build errors and logs in the terminal.
The local server will start with Expo DevTools on the browser at: http://localhost:19000.
Note: Is your build slow? Update npm
to 3.x: npm install -g npm
.
If you find any problems, please open an issue or submit a fix as a pull request.
Author: Gabriel The Code