react-native-bluetooth-state-manager icon indicating copy to clipboard operation
react-native-bluetooth-state-manager copied to clipboard

Manage the bluetooth state of your device on android & iOS

Results 18 react-native-bluetooth-state-manager issues
Sort by recently updated
recently updated
newest added

BluetoothStateManager.enabled() is working fine on android 11 but when try with android 12 the BluetoothStateManager are unable to turn on the bluetooth peripheral

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

The metro console message is > `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method. Following is the console warning on the app screen ![WhatsApp Image...

Types are not fully implemented i think ^ Also: ``` Property 'EVENT_BLUETOOTH_STATE_CHANGE' does not exist on type 'typeof import("react-native-bluetooth-state-manager") ``` My usage is like this: ``` BluetoothStateManager.addEventListener(BluetoothStateManager.EVENT_BLUETOOTH_STATE_CHANGE, (state: BluetoothState) =>...

When using the Declarative API with the last minor version (1.3.2), TypeScript throw `'BluetoothState' only refers to a type, but is being used as a value here.`. I think it's...

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [plist](https://github.com/TooTallNate/node-plist). These dependencies need to be updated together. Removes `xmldom` Updates `plist` from 3.0.1 to 3.0.6 Changelog Sourced from plist's...

dependencies