Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 517 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 517 Bytes

ReactNativeGeolocationSample

A sample react native application to test react native geolocation service.

React Native Config

  • react = 16.6.1
  • react-native = 0.57.7
  • react-native-geolocation-service = 2.0.0

Android config

  • buildToolsVersion = 27.0.3
  • minSdkVersion = 16
  • compileSdkVersion = 27
  • targetSdkVersion = 26
  • supportLibVersion = 27.1.1
  • googlePlayServicesVersion = 16.0.0

Note

  • Observing position is emitting data after each 10-seconds even the interval is set to 1-seconds.