登录 注册
当前位置:主页 > 资源下载 > 50 > 使用react-native-ble-manager和reactotron实现React Native蓝牙功能,项目名称为hello-bluetooth

使用react-native-ble-manager和reactotron实现React Native蓝牙功能,项目名称为hello-bluetooth

  • 更新:2024-10-23 17:03:02
  • 大小:374KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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 ] .