Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 361 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 361 Bytes

react-native-garmin

A sample connect Garmin oauth in react native

Install

  clone source
  cd react-native-garmin
  yarn (npm install)

Create file .env at the root

GARMIN_CONSUMER_KEY=
GARMIN_CONSUMER_SECRET=

Android

  yarn android (npm run android)

iOS

  cd ios && pod install
  yarn ios (npm run ios)