nearit / react-native-connectivity-status

A ReactNative module to check Bluetooth and Location status on Android and iOS
https://www.npmjs.com/package/react-native-connectivity-status
MIT License
38 stars 26 forks source link

Bluetooth should be optional #14

Open zubjorge opened 4 years ago

zubjorge commented 4 years ago

I think Bluetooth should be optional since not everyone wants to check the bluetooth status, only location since it's more popular.

GiorgioBertolotti commented 3 years ago

Same need here, it would be better if Bluetooth permission is asked only if needed. On iOS as soon as you open up the app the first time you're asked for the Bluetooth permission, even if it's not used.

adriancornea commented 3 years ago

Did anyone found a workaround for this part "On iOS as soon as you open up the app the first time you're asked for the Bluetooth permission, even if it's not used." ?