about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRyan McLeod <excitinglyboring@gmail.com>2024-12-02 21:25:10 -0500
committerGitHub <noreply@github.com>2024-12-03 02:25:10 +0000
commit147efb628a9eea755dd2901a82f39f14435f6629 (patch)
tree0e8e1c7a60041a4699375e19d48a16e255f6a66b /package.json
parent84f4afd3d75eb50e96e4cee758f41b186f8a510d (diff)
downloadvoidsky-147efb628a9eea755dd2901a82f39f14435f6629.tar.zst
Fix title/buttons in date picker not being visible on Android in dark mode (#6880)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b7f3e4d49..6372dd5f5 100644
--- a/package.json
+++ b/package.json
@@ -169,7 +169,7 @@
     "react-keyed-flatten-children": "^3.0.0",
     "react-native": "0.74.1",
     "react-native-compressor": "^1.8.24",
-    "react-native-date-picker": "^4.4.2",
+    "react-native-date-picker": "^5.0.7",
     "react-native-drawer-layout": "^4.0.1",
     "react-native-gesture-handler": "2.20.0",
     "react-native-get-random-values": "~1.11.0",