Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.6k stars 291 forks source link

showLocationDialog:true not working on getCurrentPosition() on v5.3.0-beta.4 #325

Closed howg0924 closed 2 years ago

howg0924 commented 2 years ago

I am using v5.3.0-beta.4 and found that showLocationDialog:true is not working on getCurrentPosition().

When I called getCurrentPosition() with showLocationDialog:true, the success callback is called and no dialog was shown.

But when I called watchPosition() with showLocationDialog:true, the dialog did pop-up correctly.

Agontuk commented 2 years ago

Unable to reproduce it, v5.3.0-beta.4 contains only ios changes. So it has no effect on showLocationDialog prop.

Agontuk commented 2 years ago

Closing due to inactivity