From 559c0b4451a2897387bd5f5bd8ee240f92ae29a3 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Wed, 15 Apr 2026 13:59:47 +0200 Subject: [PATCH] chore(expo): add @react-native-community/datetimepicker dependency Co-Authored-By: Claude Opus 4.6 (1M context) --- xtablo-expo/package-lock.json | 24 ++++++++++++++++++++++++ xtablo-expo/package.json | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/xtablo-expo/package-lock.json b/xtablo-expo/package-lock.json index e38f83e..f0e916b 100644 --- a/xtablo-expo/package-lock.json +++ b/xtablo-expo/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@expo/vector-icons": "^14.0.0", "@react-native-async-storage/async-storage": "2.1.2", + "@react-native-community/datetimepicker": "8.4.1", "@react-native-community/netinfo": "11.4.1", "@react-navigation/bottom-tabs": "^7.2.0", "@rn-vui/base": "^5.1.3", @@ -2872,6 +2873,29 @@ "react-native": "^0.0.0-0 || >=0.65 <1.0" } }, + "node_modules/@react-native-community/datetimepicker": { + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.4.1.tgz", + "integrity": "sha512-DrK+CUS5fZnz8dhzBezirkzQTcNDdaXer3oDLh0z4nc2tbdIdnzwvXCvi8IEOIvleoc9L95xS5tKUl0/Xv71Mg==", + "license": "MIT", + "dependencies": { + "invariant": "^2.2.4" + }, + "peerDependencies": { + "expo": ">=52.0.0", + "react": "*", + "react-native": "*", + "react-native-windows": "*" + }, + "peerDependenciesMeta": { + "expo": { + "optional": true + }, + "react-native-windows": { + "optional": true + } + } + }, "node_modules/@react-native-community/netinfo": { "version": "11.4.1", "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.4.1.tgz", diff --git a/xtablo-expo/package.json b/xtablo-expo/package.json index 3cab480..168dc9c 100644 --- a/xtablo-expo/package.json +++ b/xtablo-expo/package.json @@ -60,7 +60,8 @@ "react-native-web": "^0.20.0", "react-native-webview": "13.13.5", "stream-chat-expo": "^6.7.3", - "zustand": "^5.0.4" + "zustand": "^5.0.4", + "@react-native-community/datetimepicker": "8.4.1" }, "devDependencies": { "@babel/core": "^7.25.2",