Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.84 KB

File metadata and controls

58 lines (33 loc) · 1.84 KB

2.0.4 (2025-09-12)

🩹 Fixes

  • postinstall not required (617f6b5)
  • android: add support for flexible page sizes (16kb) in CMake build configuration (7fc3534)

❤️ Thank You

  • Patrick Wozniak @patlux
  • Quentin Gans

2.0.2 (2025-05-29)

🩹 Fixes

  • android: fixes Java IndexOutOfBoundsException exception (e8326ff)
  • ios: lazy init of ble manager to avoid prompting bluetooth permission on app start (dfcb901)

❤️ Thank You

  • Patrick Wozniak @patlux

2.0.1 (2025-05-19)

🩹 Fixes

  • docs: wrong readme at npmjs.com (00160c1)
  • example: organize code files (969a72d)

❤️ Thank You

  • Patrick Wozniak @patlux

2.0.0 (2025-05-19)

Features

  • Complete rewrite using nitro-modules
  • Native TypeScript support
  • New synchronous API: getStateSync() to retrieve Bluetooth state

Breaking Changes

  • Requires react-native-nitro-modules to be installed
  • Removed enable() and disable() due to deprecation starting from Android SDK 33. If your app targets SDK < 33 and depends on these methods, remain on v1.3.5
  • Replacing programmatic Bluetooth control: use askToEnable() and askToDisable() to prompt the user instead

2.0.0-0 (2025-03-26)

Features

❤️ Thank You

  • Patrick Wozniak @patlux