react-native-amap-geolocation
react-native-amap-geolocation copied to clipboard
ios 定位无反应 react-native 0.62.2
react-native 0.62.2 react-native-amap-geolcation 1.1.2 xcode 12.2 点击无反应
Geolocation.getCurrentPosition(res => {
console.log(res)
setLocation({ ...res })
},
err => {
console.log(err)
Toast.show({
text: err.location.errorInfo,
duration: 2000,
position: 'top',
type: 'danger'
})
}
)
me too
me too
me too
可以用pc的地理逆编码解析,目前我是这么处理的