react-native-geolocation
react-native-geolocation copied to clipboard
Geolocation APIs for React Native
Are you planning to remove JCenter from the library's dependent maven repositories? https://github.com/react-native-geolocation/react-native-geolocation/search?q=jcenter https://blog.gradle.org/jcenter-shutdown
## Ask your Question I'm unable to get my current location using this code ``` import React from 'react'; import {View, Text, StyleSheet, Alert} from 'react-native'; import MapView, {PROVIDER_GOOGLE} from...
## Platforms Android ## Versions - Android: 9 - react-native-geolocation: 1.4.2 - react-native: 0.61.1 - react: 16.9.0 - **enableHermes: true** ## Description Function `Geolocation.getCurrentPosition` always returns error on Android >...
## Ask your Question Can anyone tell me how to fix this app crash bug. I use react-native-maps with react-native-geolocation-service . When I press the update my location button, the...
When a user allows location services but turns off precise location, we get a timeout error when using `.getCurrentPosition()`. Any ideas how we can access their approximate location like google...
WARN `new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method. Map@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.mapasgoogle&modulesOnly=false&runModule=true:108424:23 RCTView View MapScreen App@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.mapasgoogle&modulesOnly=false&runModule=true:108307:54 RCTView View RCTView View AppContainer@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.mapasgoogle&modulesOnly=false&runModule=true:75604:36 mapasgoogle(RootComponent)@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.mapasgoogle&modulesOnly=false&runModule=true:82460:28
## environment react-native-web ## Platforms iOS ## Versions - Android: - iOS: 14.7.1 - react-native-geolocation: 2.0.2 - react-native: ? - react: 16.14.0 ## Description I've installed this library in my...
I've got a privacy policy question. Does the Modul process the IP-Address of the Users? If so what does it need the IP-Address for? Cheers Jakob
## Ask your Question GeoLocation. setRNConfigration is not working jest 
``` require 'json' package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) Pod::Spec.new do |s| s.name = "react-native-geolocation" s.version = package['version'] s.summary = package['description'] s.license = package['license'] s.authors = package['author'] s.homepage = package['homepage'] s.platform =...