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

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

Use checkLocationServicesIsEnabled to check location service without show popup #12

Closed pewh closed 7 years ago

pewh commented 7 years ago

What I need is show returned value if current location is enabled or not without show popup. Thanks

webyonet commented 7 years ago

This plugin only popup show if location service is turned off.

privateOmega commented 7 years ago

@webyonet I think it does show even if location is enabled. Can you check it out.

webyonet commented 7 years ago

@privateOmega Emulator may have this problem. This problem is often found in genymotion emulators Would you test it on a real device?

privateOmega commented 7 years ago

@webyonet I am using it on a real device. Android 7.1.1. Can you please confirm and modify it?