Skip to content

3.4.0

Latest
Compare
Choose a tag to compare
@aliberski aliberski released this 08 Jan 13:58
· 2 commits to master since this release

Changed

  • internal _manager property isn't enumerable anymore. This change will hide it from the console.log, JSON.stringify and other similar methods.
  • BleManager is now a singleton. It will be created only once and reused across the app. This change will allow users to declare instance in React tree (hooks and components). This change should not affect the existing codebase, where BleManager is created once and used across the a

Fixed

  • expo deleted from dependencies