Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 863 Bytes

File metadata and controls

26 lines (18 loc) · 863 Bytes

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