Impacted Library name
@ledgerhq/react-native-hw-transport-ble
Impacted Library version
6.36.0
Describe the bug
React Native 0.80.0 was the first release to include the PromiseImpl null-safety changes, and the react-native-ble-plx library has a bug related to this behavior. There is already a PR to fix the issue, but it appears the library is no longer actively maintained, as the PR has been open since October 2025.
Expected behavior
Works correctly with React Native 0.80.0+
Additional context
Possible fix:
Update react-native-ble-plx to @sfourdrinier/react-native-ble-plx, which is a maintained fork.
Impacted Library name
@ledgerhq/react-native-hw-transport-ble
Impacted Library version
6.36.0
Describe the bug
React Native 0.80.0 was the first release to include the PromiseImpl null-safety changes, and the
react-native-ble-plxlibrary has a bug related to this behavior. There is already a PR to fix the issue, but it appears the library is no longer actively maintained, as the PR has been open since October 2025.Expected behavior
Works correctly with React Native 0.80.0+
Additional context
Possible fix:
Update
react-native-ble-plxto@sfourdrinier/react-native-ble-plx, which is a maintained fork.