Skip to content

Prerequirement

flyw edited this page Jul 12, 2018 · 2 revisions
  1. Ignite CLI

    Image

    Ignite CLI 是一个命令行工具,可以用命令行生成 react native 的boilerplate 代码

  2. Node 7.6+

    在 ignite 的文档上说 Node 8 的debuger 有问题,所以要切换到Node 7.6+ 的版本

    Note: July 2017 Users of Node 8.0+ should beware of issues with debugging. V8 uses the inspector protocol and no longer allows --debug and --debug-brk. But inspector does not run well with Chrome debugger (and probably also not with VS Code debugger and node-inspector). Breakpoints are not hit, or debugger doesn't disconnect. So inform yourself well before going this route. See https://github.com/nodejs/node/issues/7593 (and many related issues) for more info.

    版本切换可以使用 n

  3. python2

  4. jdk8

  5. WebStrom

    开发IDE

  6. Android Studio 3.x / Xcode

    运行时 环境

Clone this wiki locally