webstorm react-native 配置

webstorm 破解

http://www.jianshu.com/p/5ce394a28ce5

react插件

https://github.com/minwe/jetbrains-react

react-native 插件下载方法

下载方法:
安装方法(Windows和Mac都支持):

file -> import settings -> ReactNative.jar

使用方法:

通用方法直接输入组件 或 Api 名称的首字母, 比如想要 View ,只要输入 V自动提示代码里就会看到 ViewStyleSheet属性提示首先 按下 command + J , 然后输入属性名的 首字母如: 输入 f ,会自动提示 fontSize,fontFamily,fontStyle...等等楼主亲测使用效果图哦~

3

注因react-native所使用的是jsx语法,因此需开启

开启jsx


Paste_Image.png
Paste_Image.png

你可能感兴趣的:(webstorm react-native 配置)