From aee4e3f83f5d7f9e859d57dbcb043313193e4448 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:50:56 +0000 Subject: [PATCH] fix(deps): update dependency react-native to v0.86.2 --- crux-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux-frontend/package.json b/crux-frontend/package.json index afc480f..ddf9e7b 100644 --- a/crux-frontend/package.json +++ b/crux-frontend/package.json @@ -34,7 +34,7 @@ "lucide-react-native": "^0.544.0", "react": "19.1.0", "react-dom": "19.1.0", - "react-native": "0.80.0", + "react-native": "0.86.2", "react-native-gesture-handler": "~2.28.0", "react-native-reanimated": "~3.18.0", "react-native-safe-area-context": "5.4.1",