1. 重构初始化、引入ts、stylus、mobx、antd-mobile、inversify
2. 登录页面及模态框
Showing
with
1023 additions
and
57 deletions
| ... | ... | @@ -8,13 +8,16 @@ |
| "test": "jest" | ||
| }, | ||
| "dependencies": { | ||
| "@ant-design/react-native": "^4.1.0", | ||
| "@babel/plugin-proposal-decorators": "^7.13.15", | ||
| "@react-native-community/async-storage": "^1.12.1", | ||
| "babel-plugin-import": "^1.13.3", | ||
| "inversify": "^5.0.5", | ||
| "mobx": "^5.0.0", | ||
| "mobx-persist": "^0.4.1", | ||
| "mobx-react": "~6.0.0", | ||
| "moment": "2.29.1", | ||
| "querystring": "^0.2.1", | ||
| "ramda": "^0.27.1", | ||
| "react": "16.8.3", | ||
| "react-native": "0.59.9", | ||
| ... | ... |
src/assets/styles/base.styl
0 → 100644
src/components/modals/base/base.styl
0 → 100644
src/components/modals/base/base.tsx
0 → 100644
src/components/modals/host/host.styl
0 → 100644
src/components/modals/host/host.tsx
0 → 100644
src/enums/index.ts
0 → 100644
src/pages/Signin.tsx
deleted
100644 → 0
File moved
src/pages/signin/signin.styl
0 → 100644
src/pages/signin/signin.tsx
0 → 100644
src/services/request.ts
0 → 100644
src/services/service.ts
0 → 100644
src/stores/system.ts
0 → 100644
src/utils/transform.spec.ts
0 → 100644
src/utils/transform.ts
0 → 100644
types/index.d.ts
0 → 100644
Please
register
or
sign in
to comment