From af1543135d42adc2e97dc5243aeef7418cd3b00d Mon Sep 17 00:00:00 2001
From: Matthias Nott <mnott@mnsoft.org>
Date: Sat, 07 Mar 2026 08:39:26 +0100
Subject: [PATCH] feat: dual address auto-switch, custom icon, notifications, image support
---
package.json | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index 1dec761..a1ab2fc 100644
--- a/package.json
+++ b/package.json
@@ -16,10 +16,11 @@
"expo-constants": "~55.0.7",
"expo-file-system": "~55.0.10",
"expo-haptics": "~55.0.8",
+ "expo-image-picker": "~55.0.11",
"expo-linking": "~55.0.7",
"expo-router": "~55.0.3",
"expo-secure-store": "~55.0.8",
- "expo-speech-recognition": "^3.1.1",
+ "expo-sharing": "~55.0.11",
"expo-splash-screen": "~55.0.10",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
@@ -28,11 +29,13 @@
"react": "19.2.0",
"react-dom": "^19.2.4",
"react-native": "0.83.2",
+ "react-native-draggable-flatlist": "^4.0.3",
"react-native-gesture-handler": "~2.30.0",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
+ "react-native-udp": "^4.1.7",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.7.2"
},
--
Gitblit v1.3.1