michalchudziak / react-native-geolocation

Geolocation APIs for React Native
MIT License
1.27k stars 219 forks source link

fix: added validation for gps and network provider permissions separa… #317

Open caghp94 opened 1 month ago

caghp94 commented 1 month ago

Overview

This is a fix for #205 #315 and #272

The method getValidProvider was returning gps provider even when ACCESS_FINE_LOCATION was not granted, causing runtime exceptions.

caghp94 commented 1 month ago

@michalchudziak please review this