X-Guard / react-native-flic2

Use Flic 2 within your React Native application with ease.
Other
8 stars 9 forks source link

Android 33 & RN 0.64 - Error "BLUETOOTH_SCAN/BLUETOOTH_CONNECT" #44

Closed JB-CHAUVIN closed 6 months ago

JB-CHAUVIN commented 10 months ago

I have the following error when trying to pair my button (crash) :

BLUETOOTH_SCAN/BLUETOOTH_CONNECT not granted. Please call 'Activity.requestPermissions(String[], int') first.

Howewer I have granted coarsed and fine location already..

JB-CHAUVIN commented 8 months ago

Hello, anything new about my issue ?

jdegger commented 6 months ago

Did you request bluteooth permissions as well? Everything permissions related is not in our library. We chose to have that logic implemented by the developer. For example through react-native-permissions