gabriel-TheCode / rn-sample-drawer-app

React-native app built with expo, a sample project with splash screen, login form and custom drawer navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Sample Drawer App (Starter project πŸš€)

Twitter Follow

React Native Starter app

Build it now !

React Native Expo Demo

SplashScreen SplashScreen Login page Login form
Sample page Profile Custom Drawer Navigation Drawer Navigation

πŸ‘‹ Intro

]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

πŸš€ Getting Started

1. Clone and Install

# 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

2.1 Open RNS with Expo

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

2.2 Run the React Native App

# 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.

πŸ’‘ Contributing

If you find any problems, please open an issue or submit a fix as a pull request.

Author: Gabriel The Code

About

React-native app built with expo, a sample project with splash screen, login form and custom drawer navigation.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%