webyonet / react-native-android-location-services-dialog-box

React Native Android Location Services Dialog Box
MIT License
182 stars 50 forks source link

There is not success in response. #40

Closed MarinkoIgor closed 6 years ago

MarinkoIgor commented 6 years ago

LocationServicesDialogBox always returns error on version 2.4.3

webyonet commented 6 years ago

Set to enableHighAccuracy:false in options

enableHighAccuracy: false, // true => GPS AND NETWORK PROVIDER, false => ONLY GPS PROVIDER

MarinkoIgor commented 6 years ago

But I need both. Now if net and gps are off it will turn on only gps. Is there a solution for that?

webyonet commented 6 years ago

excuse me @MarinkoIgor . documents are incorrectly written. the correct document is:

enableHighAccuracy: false, // true => GPS AND NETWORK PROVIDER // false => GPS OR NETWORK PROVIDER

webyonet commented 6 years ago

I will update the documentation