Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 894 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 894 Bytes

wzlab-recat-native

基于react native的界面开发架构研讨

Install

react native 0.37版本,react-native init wzlab

安装以下依赖包: npm i --save-dev babel-preset-react-native babel-plugin-module-alias

npm install --save react-redux

npm install --save redux

npm i --save redux-logger

npm i --save redux-thunk

然后复制index.ios.js 和src到工程,修改根目录下.babelrc ,增加如下:

"plugins": [

["module-alias", [

  { "src": "../../../src", "expose": "src" }
  
]

]

]

Show

image

image

image

image