react-native-geolocation icon indicating copy to clipboard operation
react-native-geolocation copied to clipboard

Geolocation APIs for React Native

Results 189 react-native-geolocation issues
Sort by recently updated
recently updated
newest added

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

question

## 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...

question

## 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 >...

bug

## 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...

question

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...

question

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

bug

## 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...

bug

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

question

## Ask your Question GeoLocation. setRNConfigration is not working jest ![image](https://user-images.githubusercontent.com/23139110/129551702-c1621dcd-e7bd-43c3-bf72-d8979edd2fa4.png)

question

``` 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 =...

bug