qiuxiang / react-native-amap-geolocation

React Native geolocation module for Android + iOS
https://qiuxiang.github.io/react-native-amap-geolocation
MIT License
389 stars 102 forks source link

ios 定位无反应 react-native 0.62.2 #136

Open wanngzelin opened 3 years ago

wanngzelin commented 3 years ago

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'
        })
      }
    )
qduck commented 3 years ago

me too

Pentium286 commented 3 years ago

me too

wanngzelin commented 3 years ago

me too

可以用pc的地理逆编码解析,目前我是这么处理的