回答“我的蓝牙打开了吗?”的问题。 在 React Native 中

时间:2024-06-28 10:18:54
【文件属性】:

文件名称:回答“我的蓝牙打开了吗?”的问题。 在 React Native 中

文件大小:107KB

文件格式:ZIP

更新时间:2024-06-28 10:18:54

React Native System

react-native-bluetooth-state 回答“我的蓝牙打开了吗?”的问题。 在 React Native 这个模块目前只适用于 iOS。 安装 $ npm install react-native-bluetooth-state React Native >=0.7.0 是需要的。 然后您需要将 Objective-C 部分添加到您的 XCode 项目中。 将 RNBluetoothState.xcodeproj 从 node_modules/react-native-bluetooth-state 文件夹拖到您的 XCode 项目中。 在 XCode 中单击您的项目,转到构建阶段,然后将二进制文件与库链接并添加 libRNBluetoothState.a 和 CoreBluetooth.framework。 (或者,您可以使用 RNPM 链接库,但在任何情况下您都需要链接 CoreBluetooth.framework。)用法 import BluetoothState from 'react-native-bluetooth-state'; BluetoothSt


【文件预览】:
react-native-bluetooth-state-master
----RNBluetoothState.h(92B)
----RNBluetoothState.ios.js(671B)
----package.json(383B)
----Example()
--------ios()
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(3KB)
--------package.json(363B)
--------index.ios.js(1KB)
--------.gitignore(418B)
--------index.android.js(1016B)
--------.buckconfig(114B)
----RNBluetoothState.m(2KB)
----LICENSE(1KB)
----RNBluetoothState.xcodeproj()
--------project.pbxproj(8KB)
----.gitignore(444B)
----README.md(1KB)
----.editorconfig(237B)
----RNBluetoothState.android.js(245B)

网友评论