From 251f1d8fa33bbbc08a65972799826da45a134494 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Aug 2020 05:08:58 +0000 Subject: [PATCH] fix: upgrade react-native-screens from 2.9.0 to 2.10.1 Snyk has created this PR to upgrade react-native-screens from 2.9.0 to 2.10.1. See this package in npm: https://www.npmjs.com/package/react-native-screens See this project in Snyk: https://app.snyk.io/org/ethanjoyce/project/86c40cda-ba8e-4cc2-8010-caf518b086b9?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdbddd9..6f08351 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-native-reanimated": "~1.9.0", "react-native-safe-area-context": "~3.1.1", "react-native-safe-area-view": "^1.1.1", - "react-native-screens": "~2.9.0", + "react-native-screens": "~2.10.1", "react-native-tab-view": "^2.14.4", "react-native-vector-icons": "^7.0.0", "react-native-web": "~0.13.3",