Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 815 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 815 Bytes

React Native Template

The app covers:

Installation

  1. Install yarn
  2. Run yarn install
  3. Run react-native run-android (or ios)
  • If it doesn't work make sure the JS server is running first with yarn start

For Maps demo on android, you'll need to provide your own Google API key. In ./android/app/apikeys.properties, fill in your own API key. (remember to rerun react-native run-android afterwards!)