Skip to content

Releases: innoveit/react-native-ble-manager

v2.0.0

28 Sep 17:00
Compare
Choose a tag to compare

Added start and enableBluetooth methods.

v1.4.0

08 Sep 08:25
Compare
Choose a tag to compare

Add BleManagerConnectPeripheral event ( #50 )

v1.3.5

06 Sep 08:13
Compare
Choose a tag to compare

Fix getDiscoveredPeripherals method name in ios #44, thanks to @kevyu.

v1.3.4

02 Sep 08:35
Compare
Choose a tag to compare
  • Fix getConnectedPeripherals and getDiscoveredPeripherals #42 , thanks to @joshreeves
  • Fix a issue when a device has no bluetooth #43, thanks to @wusuopu

v1.3.3

31 Aug 10:36
Compare
Choose a tag to compare

Fix duplicate callback in writeWithoutResponse.

Thanks to @vinayr

v1.3.2

30 Aug 09:39
Compare
Choose a tag to compare

Fix parameters in writeWithoutResponse

v1.3.1

27 Aug 14:22
Compare
Choose a tag to compare

Fix disconnect problem on Android

v1.3.0

25 Aug 09:05
Compare
Choose a tag to compare

Added new methods: stopScan, getDiscoveredPeripherals and getConnectedPeripherals.
Added max byte size param to write method for non standard BLE devices.

Thanks to @Rmannn and @joshreeves

v1.2.0

22 Aug 14:39
Compare
Choose a tag to compare

Added writeWithoutResponse method

v1.1.1

22 Aug 13:27
Compare
Choose a tag to compare

Fix notification on Android #28, thanks to @Rmannn.