You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the gps is off, the above mentioned library will show a popup and I turn on the gps then FusedLocation.getFusedLocation() will neither resolve nor reject. Once I restart the app and since the gps was turned on the previous run now FusedLocation.getFusedLocation() does returns the location. Here is my code 👇
Do you know of any fixes or what I maybe doing wrong? Thanks.
The text was updated successfully, but these errors were encountered:
shubhnik
changed the title
FusedLocation..getFusedLocation() neither resolves nor reject.
FusedLocation.getFusedLocation() neither resolves nor reject.
Jan 28, 2019
I am using this library to turn on gps --> https://github.com/Richou/react-native-android-location-enabler.
If the gps is off, the above mentioned library will show a popup and I turn on the gps then
FusedLocation.getFusedLocation()
will neither resolve nor reject. Once I restart the app and since the gps was turned on the previous run nowFusedLocation.getFusedLocation()
does returns the location. Here is my code 👇Do you know of any fixes or what I maybe doing wrong? Thanks.
The text was updated successfully, but these errors were encountered: