From 2e82230edc8378a021ca67263dc50703801eff1d Mon Sep 17 00:00:00 2001 From: Asaf Korem Date: Tue, 19 Mar 2024 14:17:36 +0200 Subject: [PATCH] chore(package): bump `@react-native-community/datetimepicker`. This resolves an issue with Xcode 15.3, see original fix: https://github.com/react-native-datetimepicker/datetimepicker/pull/868 --- detox/test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detox/test/package.json b/detox/test/package.json index ea9d2a7849..18bf006b4f 100644 --- a/detox/test/package.json +++ b/detox/test/package.json @@ -33,7 +33,7 @@ "dependencies": { "@react-native-async-storage/async-storage": "^1.17.3", "@react-native-community/checkbox": "0.5.16", - "@react-native-community/datetimepicker": "^6.7.1", + "@react-native-community/datetimepicker": "^7.6.3", "@react-native-community/geolocation": "^2.0.2", "@react-native-community/slider": "4.5.0", "@react-native-picker/picker": "^2.1.0",