文件名称:Android代码-react-native-ble-manager
文件大小:178KB
文件格式:ZIP
更新时间:2022-08-26 01:00:20
Android代码
react-native-ble-manager This is a porting of https://github.com/don/cordova-plugin-ble-central project to React Native. Requirements RN 0.40 RN 0.30-0.39 supported until 2.4.3 Supported Platforms iOS 8 Android (API 19 ) Install npm i --save react-native-ble-manager After installing, you need to link the native library. You can either: Link native library with react-native link, or Link native library manually Both approaches are described below. Link Native Library with react-native li
【文件预览】:
react-native-ble-manager-master
----.gitignore(312B)
----package.json(686B)
----ISSUE_TEMPLATE.md(469B)
----BleManager.js(8KB)
----android()
--------settings.gradle(47B)
--------build.gradle(846B)
--------src()
----ios()
--------CBPeripheral+Extensions.h(454B)
--------BLECommandContext.m(71B)
--------CBPeripheral+Extensions.m(11KB)
--------NSData+Conversion.m(1KB)
--------BLECommandContext.h(232B)
--------NSData+Conversion.h(203B)
--------BleManager.m(37KB)
--------BleManager.xcodeproj()
--------BleManager.h(1KB)
----LICENSE(11KB)
----README.md(21KB)
----example()
--------.gitignore(774B)
--------.babelrc(76B)
--------.flowconfig(2KB)
--------package.json(523B)
--------package-lock.json(324KB)
--------.buckconfig(114B)
--------android()
--------.watchmanconfig(2B)
--------ios()
--------__tests__()
--------App.js(9KB)
--------index.ios.js(169B)
--------index.android.js(260B)
--------.gitattributes(16B)
--------app.json(57B)
----react-native-ble-manager.podspec(579B)
----.npmignore(216B)
----index.d.ts(3KB)