From 8baabb108927896f8ce3f4c3dab23c0239ba67b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 15:34:48 +0000 Subject: [PATCH] fix: upgrade react from 19.0.0 to 19.2.3 Snyk has created this PR to upgrade react from 19.0.0 to 19.2.3. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/advikagupta30/project/ac665832-acbc-4e13-8521-aa0bc5885bc1?utm_source=github&utm_medium=referral&page=upgrade-pr --- sample/expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/expo/package.json b/sample/expo/package.json index 3bbe00b..3dac62c 100644 --- a/sample/expo/package.json +++ b/sample/expo/package.json @@ -24,7 +24,7 @@ "expo-firebase-messaging": "^2.0.0", "expo-notifications": "~0.31.4", "expo-system-ui": "~5.0.11", - "react": "19.0.0", + "react": "19.2.3", "react-native": "0.79.5", "react-native-device-info": "^14.0.2", "react-native-gesture-handler": "~2.24.0",