fix leave screen
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -33,6 +33,7 @@ | ... | @@ -33,6 +33,7 @@ |
"react-native-awesome-alerts": "^2.0.0", | "react-native-awesome-alerts": "^2.0.0", | ||
"react-native-calendars": "^1.1307.0", | "react-native-calendars": "^1.1307.0", | ||
"react-native-chart-kit": "^6.12.0", | "react-native-chart-kit": "^6.12.0", | ||
"react-native-element-dropdown": "^2.12.1", | |||
"react-native-fast-image": "^8.6.3", | "react-native-fast-image": "^8.6.3", | ||
"react-native-gesture-handler": "^2.19.0", | "react-native-gesture-handler": "^2.19.0", | ||
"react-native-image-picker": "^7.1.2", | "react-native-image-picker": "^7.1.2", | ||
... | @@ -79,6 +80,12 @@ | ... | @@ -79,6 +80,12 @@ |
"react-test-renderer": "18.3.1", | "react-test-renderer": "18.3.1", | ||
"typescript": "5.0.4" | "typescript": "5.0.4" | ||
}, | }, | ||
"resolutions": { | |||
"react-native-reanimated": "^3.15.3" | |||
}, | |||
"overrides": { | |||
"react-native-reanimated": "^3.15.3" | |||
}, | |||
"engines": { | "engines": { | ||
"node": ">=18" | "node": ">=18" | ||
}, | }, | ||
... | ... |
src/api/confirmDateAPI.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment