From 99903bae24d2dec24826cc7735663e0dc58c5701 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 13:40:05 +0000 Subject: [PATCH] Bump react-native-screens from 2.11.0 to 3.1.1 Bumps [react-native-screens](https://github.com/kmagiera/react-native-screens) from 2.11.0 to 3.1.1. - [Release notes](https://github.com/kmagiera/react-native-screens/releases) - [Commits](https://github.com/kmagiera/react-native-screens/compare/2.11.0...3.1.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64e8434b..d4ca3ff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14026,9 +14026,9 @@ } }, "react-native-screens": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-2.11.0.tgz", - "integrity": "sha512-vJzJE3zI1XUtqthrX3Dh2TBQWB+xFyaGhF52KBq9FjJUN5ws4xpLZJxBWa1KbGV3DilmcSZ4jmZR5LGordwE7w==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.1.1.tgz", + "integrity": "sha512-cjhK85T8LQ7uqqmwvLb8FKNk1RfgJd1jtbUm1lOxUmJreFki5Wh2SUlx0DAvNG35U6quGD15KPYRducGa+M04g==" }, "react-native-tab-view": { "version": "2.15.2", diff --git a/package.json b/package.json index 9697494c..59bb74b6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-native-gesture-handler": "^1.8.0", "react-native-iphone-x-helper": "^1.3.0", "react-native-reanimated": "^1.13.1", - "react-native-screens": "^2.11.0", + "react-native-screens": "^3.1.1", "react-navigation": "^4.4.2", "react-navigation-drawer": "^2.5.2", "react-navigation-stack": "^1.10.3",