react-native项目
- react
- react-native
- redux
- react-redux
- react-native-simple-store
- react-sagas
- react-navigation
- [redux-logger]
store 保存所有状态,通过actions触发reducer更新状态
actions/ reducer/ ActionTypes index.js 入口
sagas 异步处理 store allApi/ index.js 入口
net 网络请求,封装了fetch,需要修改成await,async index.js
images 存放图片资源 icon/ [小的通用icon] logo/ [APP的logo] static/[一些大的不变的资源,尽量使用网络资源] favicon/[favicon]
配置接口地址,还需要修改
页面组件入口文件夹,还需要修改 index.js 入口
公共组件
页面
工具包