react-native-gps
react-native-gps copied to clipboard
React native location GPS for Android and IOS
I want to know that will it work on background plus foreground ?
this.deEmitter = DeviceEventEmitter.addListener( 'locationUpdated', (location) => {{ debugger; console.log("location = ",location) }} ); it can't console anything,anyone can console it?
- The method uses Promises to handle the location source settings intent; - Added a new react method called isLocationServiceEnabled to check if the gps service is enabled; - Fixed...
Hi, is there any odds to add the ability to stop listening the gps, thanks!
Android 6.0 API 23 Build Tools 25.0.0 RN 0.42.0 Listener of 'locationUpdated' event doesn't trigger. My code looks like this: ```javascript import React, { Component } from 'react' import {...