➖ Use proper calender dependency
Changes
2 files changed, +8 -5
MODIFY
package-lock.json
+7 -4
@@ -10,7 +10,7 @@
10
10
"dependencies": {
11
11
"@expo/vector-icons": "^15.0.3",
12
12
"@react-native-async-storage/async-storage": "^2.2.0",
13
- "@react-native-community/datetimepicker": "^8.5.0",
13
+ "@react-native-community/datetimepicker": "8.4.4",
14
14
"@react-navigation/bottom-tabs": "^7.4.0",
15
15
"@react-navigation/elements": "^2.6.3",
16
16
"@react-navigation/native": "^7.1.8",
@@ -1468,6 +1468,7 @@
1468
1468
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
1469
1469
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
1470
1470
"license": "MIT",
1471
+ "peer": true,
1471
1472
"engines": {
1472
1473
"node": ">=6.9.0"
1473
1474
}
@@ -2888,9 +2889,9 @@
2888
2889
}
2889
2890
},
2890
2891
"node_modules/@react-native-community/datetimepicker": {
2891
- "version": "8.5.0",
2892
- "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.5.0.tgz",
2893
- "integrity": "sha512-RMWll1aPppMtzdJz4we4poNzVj9WUw5URHID7D2ICjGZq3KjrwwexvBnzp75EIYE/ihHXCn/OvYKe73fws9Y/g==",
2892
+ "version": "8.4.4",
2893
+ "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.4.4.tgz",
2894
+ "integrity": "sha512-bc4ZixEHxZC9/qf5gbdYvIJiLZ5CLmEsC3j+Yhe1D1KC/3QhaIfGDVdUcid0PdlSoGOSEq4VlB93AWyetEyBSQ==",
2894
2895
"license": "MIT",
2895
2896
"dependencies": {
2896
2897
"invariant": "^2.2.4"
@@ -10646,6 +10647,7 @@
10646
10647
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-4.1.3.tgz",
10647
10648
"integrity": "sha512-GP8wsi1u3nqvC1fMab/m8gfFwFyldawElCcUSBJQgfrXeLmsPPUOpDw44lbLeCpcwUuLa05WTVePdTEwCLTUZg==",
10648
10649
"license": "MIT",
10650
+ "peer": true,
10649
10651
"dependencies": {
10650
10652
"react-native-is-edge-to-edge": "^1.2.1",
10651
10653
"semver": "7.7.2"
@@ -10734,6 +10736,7 @@
10734
10736
"resolved": "https://registry.npmjs.org/react-native-worklets/-/react-native-worklets-0.5.1.tgz",
10735
10737
"integrity": "sha512-lJG6Uk9YuojjEX/tQrCbcbmpdLCSFxDK1rJlkDhgqkVi1KZzG7cdcBFQRqyNOOzR9Y0CXNuldmtWTGOyM0k0+w==",
10736
10738
"license": "MIT",
10739
+ "peer": true,
10737
10740
"dependencies": {
10738
10741
"@babel/plugin-transform-arrow-functions": "^7.0.0-0",
10739
10742
"@babel/plugin-transform-class-properties": "^7.0.0-0",
MODIFY
package.json
+1 -1
@@ -13,7 +13,7 @@
13
13
"dependencies": {
14
14
"@expo/vector-icons": "^15.0.3",
15
15
"@react-native-async-storage/async-storage": "^2.2.0",
16
- "@react-native-community/datetimepicker": "^8.5.0",
16
+ "@react-native-community/datetimepicker": "8.4.4",
17
17
"@react-navigation/bottom-tabs": "^7.4.0",
18
18
"@react-navigation/elements": "^2.6.3",
19
19
"@react-navigation/native": "^7.1.8",