0

我尝试使用 react-native-debugger 来调试我在 react-native 中开发的应用程序。我发现 react-native 调试器无法正常工作,因为我的 react-native 版本为 0.63.4,并且 react-native 调试器仅支持 0.62 之前的版本。因此它们没有相互连接。我只想将我的 react-native 降级到 0.62 或升级 react-native 调试器。

    {
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "eject": "expo eject"
  },
  "dependencies": {
    "expo": "~40.0.0",
    "expo-status-bar": "~1.0.3",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
    "react-native-web": "~0.13.12"
  },
  "devDependencies": {
    "@babel/core": "~7.9.0"
  },
  "private": true
}

请帮助我解决这个问题,因为我是这个 react-native 的新手。谢谢

4

0 回答 0