消耗添加费用及手术时间修改
Showing
with
1059 additions
and
55 deletions
... | @@ -8,7 +8,12 @@ | ... | @@ -8,7 +8,12 @@ |
"test": "jest" | "test": "jest" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@ant-design/react-native": "^4.2.0", | |||
"@react-native-community/cameraroll": "^4.0.4", | |||
"@react-native-community/segmented-control": "^2.2.2", | |||
"@react-native-community/slider": "^3.0.3", | |||
"@types/ramda": "^0.27.39", | "@types/ramda": "^0.27.39", | ||
"lodash.debounce": "^4.0.8", | |||
"moment": "2.29.1", | "moment": "2.29.1", | ||
"ramda": "^0.27.1", | "ramda": "^0.27.1", | ||
"react": "16.8.3", | "react": "16.8.3", | ||
... | @@ -20,6 +25,7 @@ | ... | @@ -20,6 +25,7 @@ |
"react-native-fs": "2.14.1", | "react-native-fs": "2.14.1", | ||
"react-native-image-picker": "0.28.0", | "react-native-image-picker": "0.28.0", | ||
"react-native-image-zoom-viewer": "3.0.1", | "react-native-image-zoom-viewer": "3.0.1", | ||
"react-native-pager-view": "^5.2.1", | |||
"react-native-root-toast": "3.1.1", | "react-native-root-toast": "3.1.1", | ||
"react-native-scrollable-tab-view": "0.9.0", | "react-native-scrollable-tab-view": "0.9.0", | ||
"react-native-sound": "0.11.0", | "react-native-sound": "0.11.0", | ||
... | ... |
Please
register
or
sign in
to comment