Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

react-native-boilerplate

README.md

React Native Boilerplate

This project is using:

Check the corresponding docs for additional information and help.

Getting started

Setup

  • Install the expo CLI globally: npm i -g expo-cli
  • Make sure you've logged into expo-cli.
  • Copy this repo
  • cd into the project
  • Copy .env.example to .env
  • install dependencies via yarn install

Start

  • Web: yarn web
  • IOS: yarn ios
  • Android: yarn android