Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 426 Bytes

React Native Sample Current Location App

iOS

  • Install dependencies: npm install
  • To run from command line try: react-native run-ios

Android

  • Install dependencies: npm install
  • You might need to do this to run it in Android Studio or on real device: adb reverse tcp:8081 tcp:8081
  • And for the sample server: adb reverse tcp:3000 tcp:3000
  • To run from command line try: react-native run-android