一、React Native 版本维护
由于 React Native 版本的更新速度之快,所以我们会适合当前开发条件的版本。
-
查看 React Native 的版本
react-native --version
-
更新 React Native
npm update -g react-native-cli
-
查询 React Native 的 npm 最新版本
npm info react-native
-
指定 npm 包的版本
npm install --save react-native@3.10.8
-
更新 npm 包的版本
npm install --save react-native@3.10.8
二、给 WebStom 设置 React Native 的代码提示
-
下载 XML 的插件
-
安装 React Native.xml
- 将 React Native.xml 复制到 ~/Library/Preferences/WebStom10/templates 然后重启 Webstom