在React Native 0.37(iOS)上无法连接到新项目上的开发服务器

时间:2016-11-18 16:59:34

标签: ios react-native

我刚刚在iOS上创建了一个关于react-native版本0.37的新项目。 我已经设置了info.plist的这一部分

服务器正在运行:

enter image description here

但这会在此网址上加载循环:

  

url:/index.ios.bundle?platform=ios&dev=true&minify=false

我终于得到了这个错误:

enter image description here

我的package.json

{
  "name": "Mich",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest"
  },
  "dependencies": {
    "react": "15.3.2",
    "react-native": "0.37.0"
  },
  "jest": {
    "preset": "jest-react-native"
  },
  "devDependencies": {
    "babel-jest": "17.0.2",
    "babel-preset-react-native": "1.9.0",
    "jest": "17.0.3",
    "jest-react-native": "17.0.3",
    "react-test-renderer": "15.3.2",
    "whatwg-fetch": "2.0.1"
  }
}

我之前从未遇到过这个错误,因为我开始了一个新项目。有人可以解释我有什么问题吗?

1 个答案:

答案 0 :(得分:0)

我找到了一个解决方案,我按下了CMD + R,在服务器加载过程中,我按下了CMD + D,然后我再次按下Debug JS。