ios 定位无反应 react-native 0.62.2

Created by: wanngzelin

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'
        })
      }
    )