React-native start

时间:2016-02-12 12:04:20

标签: node.js react-native

按照初始设置说明,当发现红屏时出现了问题:

  

ReferenceError:找不到变量:__ fbBatchedBridge(第1行)   生成包)

重新加载后,它会变为:

  

无法下载JS包

我发现在控制台中键入react-native start的建议。结果:

  

react-native start

     

/local/react_native/android_program1/node_modules/react-native/local-cli/cli.js:74 const setupEnvScript = /^win/.test(process.platform)^^^^^   SyntaxError:在严格模式下使用const。       在Module._compile(module.js:439:25)       在Module._extensions..js(module.js:474:10)       在Object.require.extensions。(匿名函数)[as .js](/local/react_native/android_program1/node_modules/react-native/node_modules/babel-core/node_modules/babel-register/lib/node.js:142: 7)       在Module.load(module.js:356:32)       在Function.Module._load(module.js:312:12)       在Module.require(module.js:364:17)       at require(module.js:380:17)       在对象。 (/local/react_native/android_program1/node_modules/react-native/cli.js:15:18)       在Module._compile(module.js:456:26)       在Object.Module._extensions..js(module.js:474:10)

我正在使用:

RHEL 7,npm 1.3.6,nodejs 0.10.36和react-native 0.19。

我怎样才能让它发挥作用?

1 个答案:

答案 0 :(得分:0)

  1. 安装节点js
  2. open command promt。
  3. type:react-native init projectName 此命令将自动下载项目所需的所有依赖项。
  4. 使用cd projectname
  5. 从cmd打开目录
  6. react-native run-android
  7. 如果您遇到如下错误:请确保您已安装npm。 然后只需要删除此命令    npm install --save

    您的项目将成功运行。 希望它对你有用..