React Native Ble Plx Versions Save

React Native BLE library

3.1.2

4 months ago

Added

  • The rawScanRecord has been added to advertising data

Fixed

  • The onDisconnected event is now dispatched
  • The missing advertising data fields on iOS has been added

3.1.1

5 months ago
  • Fixed expo config plugin for prebuilding

3.1.0

6 months ago

Added

  • Handling Bluetooth 5 Advertising Extensions on Android by legacyScan flag
  • isConnectable flag for android devices
  • Expo config plugin for prebuilding

Changed

Fixed

  • Application crash when multiple listeners were set to watch the disconnect action and the device was disconnected
  • Handling wrong Bluetooth Address error on Android

3.0.0

6 months ago

Added

  • Example project

Changed

  • Updated MultiplatformBleAdapter to version 0.2.0.
  • Updated RN bridge config
  • Changed CI flow
  • Updated CI to RN 0.72.x
  • Updated docs
  • Updated dependencies

Fixed

  • iOS 16 bugs

2.0.3

2 years ago
  • Xcode 13 support
  • Updated MultiPlatformBleAdapter

2.0.2

3 years ago
  • Updated MultiplatformBleAdapter to version 0.1.7.
  • Added support for BleMulator
  • Removed destroying of client upon catalystInstanceDestroy.
  • Updated CI to RN 0.63.3

2.0.1

3 years ago
  • Fixed onDisconnected() callback on Android
  • Fixed possibility of wrong characteristics being used on Android if they shared the same UUID

2.0.0

4 years ago
  • Update direct dependency to Multiplatform Ble Adapter
  • Remove support for RN version < 0.60
  • Fixed Typescript callbackType type definition.

1.1.0

4 years ago
  • Add support for descriptors.
  • Fix XCode 11 compilation error.

1.0.3

5 years ago
  • Integrated Travis CI to test library and check its integration with multiple RN versions.
  • Library's build.gradle prefers buildToolsVersion, compileSdkVersion & targetSdkVersion specified in rootProject.
  • Added Typescript definitions.
  • Removed outdated example project.
  • Updated dev dependencies and the README file.