From c9fa3631e4780d85e4e31ddbfb52e174adb824cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 08:28:20 +0000 Subject: [PATCH] fix: upgrade react-native from 0.79.2 to 0.80.0 Snyk has created this PR to upgrade react-native from 0.79.2 to 0.80.0. 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 b33bfc44..e91fc42d 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "@react-navigation/native": "^7.1.8", "@react-navigation/native-stack": "^7.3.12", "react": "19.0.0", - "react-native": "0.79.2", + "react-native": "0.80.0", "react-native-paper": "^5.14.0", "react-native-safe-area-context": "^5.4.0", "react-native-screens": "^4.10.0"