You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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