From 1bc6f369adc430ee528542cfbac0b471bc1e3d7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 09:46:30 +0000 Subject: [PATCH] fix: upgrade react-native from 0.83.0 to 0.83.1 Snyk has created this PR to upgrade react-native from 0.83.0 to 0.83.1. See this package in npm: react-native 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 6ed4da18..d1bc8bba 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "@react-navigation/native": "^7.1.20", "@react-navigation/stack": "^7.6.4", "react": "19.2.3", - "react-native": "0.83.0", + "react-native": "0.83.1", "react-native-gesture-handler": "^2.29.1", "react-native-safe-area-context": "^5.6.2", "react-native-screens": "^4.18.0",