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

React Native geolocation module for Android + iOS

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

![image](https://user-images.githubusercontent.com/15381907/57690743-eca48680-7674-11e9-8959-f23a4f84b306.png) android初始化定位很慢,会报这个错误,几分钟后正常,不确定是不是key的问题

**为了节省大家的时间,请尽可能详细地说明问题,并最好提供截图(特别是出错信息)。** 每次启动都提示这个警告 ![issue](https://user-images.githubusercontent.com/27288284/70788023-ef15bd00-1dca-11ea-8d8d-018f04831367.png)

bug
android

![image](https://user-images.githubusercontent.com/37580744/70488840-e310cd80-1b34-11ea-97b7-c225f0b39ff0.png)

bug
android

熄屏后几分钟后,无法获取定位信息。查看了一下高德定位sdk的说明,应该是8.0以后的权限问题 官方说明 https://lbs.amap.com/api/android-location-sdk/guide/utilities/permision_8

bug
android

iOS确实第一次永远获不到逆地理编码,而且设置setLocatingWithReGeocode(true);后,使用Geolocation.getCurrentPosition也永远获取不到逆地理编码,使用watchPositio后,再调用getCurrentPosition会返回两次

bug
ios

> "react-native-amap-geolocation": "^1.0.4", > "react": "16.8.6", "react-native": "0.60.5", warning `YellowBox.js:71 Require cycle: node_modules/react-native-amap-geolocation/lib/js/index.js -> node_modules/react-native-amap-geolocation/lib/js/geolocation.js -> node_modules/react-native-amap-geolocation/lib/js/index.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to...

在Xcode11下,按照文档的操作,使用自动配置,最后显示错误 ![image](https://user-images.githubusercontent.com/4416950/66475161-5fe7e280-eac5-11e9-99cd-5f18b4ebcf15.png) 依赖配置 ![image](https://user-images.githubusercontent.com/4416950/66475089-3af36f80-eac5-11e9-859f-18dc18b3a862.png)

bug
ios

安卓手机关闭屏幕后,获取到的定位信息一直是关闭屏幕时的定位信息,直到再次打开屏幕才会更新定位信息。

bug
android

import { Geolocation } from "react-native-amap-geolocation"; const geolocationInit = async () => { await Geolocation.init({ android: "key" }); Geolocation.setOptions({ interval: 3000, distanceFilter: 20 }); Geolocation.addLocationListener(location => { console.log("aaaaaaaaaaaaaaaaaaaaaaaa>" + location);...

bug
android

![image](https://user-images.githubusercontent.com/37580744/65475320-bcd27e80-deb1-11e9-99ef-892e00e49f81.png)

bug
android