From 2d6cdb7f2f4f153263509b3d9ccd238af3dc68f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 15:34:44 +0000 Subject: [PATCH] fix: upgrade react-native from 0.79.5 to 0.83.1 Snyk has created this PR to upgrade react-native from 0.79.5 to 0.83.1. See this package in npm: react-native 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..f33dd91 100644 --- a/sample/expo/package.json +++ b/sample/expo/package.json @@ -25,7 +25,7 @@ "expo-notifications": "~0.31.4", "expo-system-ui": "~5.0.11", "react": "19.0.0", - "react-native": "0.79.5", + "react-native": "0.83.1", "react-native-device-info": "^14.0.2", "react-native-gesture-handler": "~2.24.0", "react-native-safe-area-context": "5.4.0",