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

daose/react-native-template

Repository files navigation

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!)