-
使用react-native-ble-manager和reactotron实现React Native蓝牙功能,项目名称为hello-bluetooth
资源介绍
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 ] .