Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 414 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 414 Bytes

RELO

This is a boilerplate for React Native Apollo with React Native Navigation v2. It let you focus on your app, instead starting everything from scratch everytime you need to build an app. :)

Installation

Make sure this project is in your folder , then:

  • Install Dependencies
$ npm install
  • Open your emulator and Run project
$ react-native run-android 
#or
$ react-native run-ios