react-native-ble-manager icon indicating copy to clipboard operation
react-native-ble-manager copied to clipboard

React Native BLE communication module

Results 158 react-native-ble-manager issues
Sort by recently updated
recently updated
newest added

I did subpackage loading in ```react-native": "0.76.6"``` and loaded the bundle file from the server. Only when ```newArchEnabled=false``` and ```hermesEnabled=false``` are set can the Activity be rendered normally. Should I...

## What I want I want to be able to use the `start({ showAlert: true, queueIdentifierKey: 'key', restoreIdentifierKey: 'key' } )` to always prompt the user to enable bluetooth if...

**Before open an issue** - Check the closed issues, your question maybe is not new. - We can't debug or reproduce hardware issue. - If the library is not working...

wontfix

My app scans for ble devices without connecting to them. It works nicely on Android 10, thought failed on Android 14 (Xiaomi POCO C61). In both cases I use the...

enhancement
good first issue

in your version 12 release notes it says this: "Event handling has changed, check the [documentation](https://innoveit.github.io/react-native-ble-manager/events/) to find the differences." we are stuck at ble manager 11.5.7 for now due...

Device info, from nRF connect App: ![Image](https://github.com/user-attachments/assets/6c369e7c-3837-44f9-af10-141eabb8bab2) "react-native-ble-manager": "11.5.7" ```tsx import React, { useEffect, useState } from 'react'; import { Button, PermissionsAndroid, Platform, StyleSheet, Text, TextInput, View } from 'react-native';...

There is a regression in react-native-ble-manager v11.5.6 that prevents scanning and discovering certain BLE devices on Android. This same device is successfully discovered in version 11.5.5 and can be seen...

**Before open an issue** - Check the closed issues, your question maybe is not new. - We can't debug or reproduce hardware issue. - If the library is not working...

**Describe the bug** `react-native-ble-manager` does not properly handle GATT operations in a serialized fashion. Although it has a queue for starting operations, it fails to wait for each operation to...

bug
enhancement