我的保单详情,保险产品列表
Showing
No preview for this file type
... | ... | @@ -9,7 +9,6 @@ |
"postinstall-devTools": "remotedev-debugger --hostname localhost --port 5678 --injectserver" | ||
}, | ||
"dependencies": { | ||
"@babel/plugin-proposal-decorators": "^7.4.4", | ||
"@react-native-community/async-storage": "^1.5.0", | ||
"axios": "^0.18.0", | ||
"lodash": "^4.17.11", | ||
... | ... | @@ -25,6 +24,7 @@ |
"react-native-largelist-v3": "^3.0.14", | ||
"react-native-linear-gradient": "^2.5.4", | ||
"react-native-reanimated": "^1.1.0", | ||
"react-native-root-toast": "^3.1.2", | ||
"react-native-spring-scrollview": "^2.0.22", | ||
"react-native-super-grid": "^3.0.7", | ||
"react-native-svg": "^9.5.1", | ||
... | ... | @@ -41,6 +41,7 @@ |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.3", | ||
"@babel/plugin-proposal-decorators": "^7.4.4", | ||
"@babel/runtime": "^7.4.3", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^24.7.1", | ||
... | ... |
src/utils/api/APIConfig.js
0 → 100644
src/utils/api/localData.js
0 → 100644
src/utils/api/mockUtil.js
0 → 100644
src/utils/arrayUtile.js
0 → 100644
src/utils/decorator/index.js
0 → 100644
src/utils/validate/index.js
0 → 100644
Please
register
or
sign in
to comment