npm i --save-dev reactotron-react-native 在项目目录下创建ReactotronConfig.js 文件,并且将以下代码粘贴进去 import Reactotron from 'reactotron-react-native' Reactotron .configure() // controls connection & communication settings .useReactNative() // add all built-in react native plugins .connect() /...
地址:https://github.com/infinitered/reactotron/releases/tag/v3.0.0-beta.9 安装依赖 npm i--save-dev reactotron-react-native 在项目目录下创建ReactotronConfig.js 文件,并且将以下代码粘贴进去: importReactotronfrom'reactotron-react-native'Reactotron.configure()// controls connection & communication settings...