Go back
Home
  • React Native
    • 原生Dom操作拾遗
    • 使用vscode调试RN
    • 环境搭建

使用vscode调试RN

March 8, 2018
React Native

安装 React Native Tools

1). 安装 React Native Tools工具 2). 可以添加启动方式,如debug iOS, 不再需要命令行启动了

2018030854943debugios.png

代码静态检测工具 的eslint

全局安装:npm install -g eslint

安装插件 eslint

代码智能补全

全局安装typings:

npm install typings -g

插件:Typings Installer

  • 安装 React Native Tools
  • 代码静态检测工具 的eslint
  • 代码智能补全