前言
考虑到RN的不稳定性。如果项目迁移, 有些事,真是做一次觉得没什么,但是过段时间如果需要再去做一次,就有点抓狂。后期会继续更新
项目版本依赖
"dependencies": {
"autobind-decorator": "^2.1.0",
"md5": "^2.2.1",
"mobx": "3.2.2",
"mobx-react": "4.2.2",
"prop-types": "^15.6.2",
"react": "16.0.0-alpha.12",
"react-native": "0.47.2"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "23.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",