From 20d32d6f7f750f6cbb8d2ac97691b315c6446371 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Oct 2025 10:20:59 +0000 Subject: [PATCH] fix: upgrade react from 19.1.1 to 19.2.0 Snyk has created this PR to upgrade react from 19.1.1 to 19.2.0. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/arpit-jn/project/fb3ffc76-5832-43d3-a9c7-8e2d4e398069?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 10839d21..47184dc3 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "@react-navigation/bottom-tabs": "^7.4.2", "@react-navigation/native": "^7.1.13", "@react-navigation/stack": "^7.3.6", - "react": "19.1.1", + "react": "19.2.0", "react-native": "0.82.0", "react-native-gesture-handler": "^2.26.0", "react-native-safe-area-context": "^5.4.1",