react-native-bluetooth-classic
react-native-bluetooth-classic copied to clipboard
⚛ Bluetooth classic Android(Bluetooth)/IOS(ExternalAccessory) module for serial communication
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.22 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Looks like `onDeviceDiscovered` is getting called twice in the discovery receiver. Not sure it's a huge issue, but should remove it next time I get chance.
After some considerations: 1. I have limited knowledge of reading a Android or iOS Native module. So, it's a bit hard to add A2DP support directly to this library. 2....
**Mobile Device Environment** On which device(s) would you like this feature to be implemented. If Android only, the IOS implementations must be created as well - keep not of this...
**Mobile Device Environment** - Device: Xiaomi Mi A3 & Samsung Galaxy Tab A - OS: API 28 **Application Environment** - React Native version: 0.63.1 - RN Bluetooth Classic version: 0.10.9...
**Mobile Device Environment** Model Name: MacBook Air Model Identifier: MacBookAir7,2 Processor Name: Dual-Core Intel Core i7 Processor Speed: 2.2 GHz Number of Processors: 1 Total Number of Cores: 2 L2...
I am planning to use this library for a BT Application for my company. The requirement is to discover nearby BT devices based on the RSSI values when the app...
Look into automating more of the release process by using available tools: - https://www.npmjs.com/package/react-native-version (versioning) - https://docs.fastlane.tools/getting-started/cross-platform/react-native/ (release and publish)