React Native 连接设备遇到的坑
React Native 连接设备遇到的坑
连接设备时最常见的三种错误
- Hot loadin gisn’t working because it cannot connect to the development server.
- Error calling HMRClient.enable
遇到以上三种错误,如果是adb断了就使用一下步骤
1. adb reverse tcp:8081 tcp:8081
2. npm start
如果adb没断,直接
1. npm start
以上是 React Native 连接设备遇到的坑 的全部内容, 来源链接: utcz.com/z/381440.html