文件名称:hello-bluetooth:使用react-native-ble-manager和reactotron进行React Native蓝牙实施
文件大小:374KB
文件格式:ZIP
更新时间:2024-05-17 11:37:49
JavaScript
React本地蓝牙实验 react-native-ble-manager蓝牙包装器 reactotron调试器 设置注意事项 安装Reactotron 网站 brew cask install reactotron或从App Store下载应用程序 我按照配置了react native 向reactotron配置模块添加了以下内容,以允许在设备(iphone)上进行调试: import Reactotron from 'reactotron-react-native' import { NativeModules } from 'react-native' const scriptURL = NativeModules . SourceCode . scriptURL const scriptHostname = scriptURL . split ( '://' ) [ 1 ] .