zoontek / react-native-permissions

An unified permissions API for React Native on iOS, Android and Windows.
MIT License
4.04k stars 828 forks source link

Update to newer CLLocationManager instance methods #891

Closed joonmanji closed 4 weeks ago

joonmanji commented 4 weeks ago

Why it is needed?

static CLLocationManager authorization was deprecated

'authorizationStatus' is deprecated: first deprecated in iOS 14.0

Possible implementation

No response

Code sample

No response

zoontek commented 4 weeks ago

I'm closing this as it's not really a feature request, just keep the PR opened.

joonmanji commented 4 weeks ago

yeah.. also realized the PR probably needs an update since minimum supported iOS version on your library might not be 14+