innoveit / react-native-ble-manager

React Native BLE communication module
http://innoveit.github.io/react-native-ble-manager/
Apache License 2.0
2.13k stars 768 forks source link

bugfix: add missing null checks to CompanionScanner #1281

Closed vhakulinen closed 2 weeks ago

vhakulinen commented 3 weeks ago

Add missing null checks to companion scanner, and make sure that the activity result always ends up calling the scan callback.

Fixes #1276