From 06f8ec0fadc8ac578980dee2bf9bec47c03c7790 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 May 2026 11:33:09 +0000 Subject: [PATCH] fix: upgrade react-native from 0.39.2 to 0.85.3 Snyk has created this PR to upgrade react-native from 0.39.2 to 0.85.3. See this package in npm: react-native See this project in Snyk: https://app.snyk.io/org/gh-instructure/project/a576938a-35a0-40f4-8cfe-a34c9ebb2558?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 e7b5147..98ee56c 100644 --- a/Example/package.json +++ b/Example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "react": "15.4.1", - "react-native": "0.39.2", + "react-native": "0.85.3", "react-native-counter": "file:../" }, "devDependencies": {