File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55* Use ` error.errorCode == BleErrorCode.OperationCancelled ` instead of ` error.message == 'Cancelled' `
66* Use ` error.errorCode == BleErrorCode.BluetoothManagerDestroyed ` instead of ` error.message == 'Destroyed' `
7+ * Reverted implementation of ` monitorCharacteristicForDevice ` to properly write to descriptor when last listener
8+ is unsubscribed on Android. If you expect to get new notifications as soon as you subscribe for them please use
9+ version ` 0.8 ` for the time being, as regression is expected.
710
811Other:
912
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ What this library does NOT support:
4040
4141* Use ` error.errorCode == BleErrorCode.OperationCancelled ` instead of ` error.message == 'Cancelled' `
4242* Use ` error.errorCode == BleErrorCode.BluetoothManagerDestroyed ` instead of ` error.message == 'Destroyed' `
43+ * Reverted implementation of ` monitorCharacteristicForDevice ` to properly write to descriptor when last listener
44+ is unsubscribed on Android. If you expect to get new notifications as soon as you subscribe for them please use
45+ version ` 0.8 ` for the time being, as regression is expected.
4346
4447Other:
4548
@@ -76,7 +79,7 @@ Contact us at [Gitter](https://gitter.im/RxBLELibraries/react-native-ble) if you
7679
7780### Important
7881
79- If you do not have [ Carthage] ( https://github.com/Carthage/Carthage ) installed yet and
82+ If you do not have [ Carthage] ( https://github.com/Carthage/Carthage ) (ver. 0.21+) installed yet and
8083wish to set up for iOS, please install it first and only then follow the steps given below
8184
8285### Automatically
You can’t perform that action at this time.
0 commit comments