From 29ec927221aad4d1de2fa00dd09696fbd8a35ac3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Nov 2025 16:28:26 +0000 Subject: [PATCH] fix: upgrade react-native-web from 0.11.7 to 0.21.2 Snyk has created this PR to upgrade react-native-web from 0.11.7 to 0.21.2. See this package in npm: react-native-web See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/c472f7bf-2472-45b9-8881-e5ac9eaa2c1e?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-expo-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-expo-typescript/package.json b/examples/with-expo-typescript/package.json index 91bdf546cbaa7..51c15264521dd 100644 --- a/examples/with-expo-typescript/package.json +++ b/examples/with-expo-typescript/package.json @@ -18,7 +18,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-web": "~0.11.7" + "react-native-web": "~0.21.2" }, "devDependencies": { "@babel/core": "^7.8.6",