From 5136c0356b7b8bef2457b9506df5078ea34908ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 13:42:38 +0000 Subject: [PATCH] Bump react-native-screens from 2.11.0 to 2.18.1 Bumps [react-native-screens](https://github.com/kmagiera/react-native-screens) from 2.11.0 to 2.18.1. - [Release notes](https://github.com/kmagiera/react-native-screens/releases) - [Commits](https://github.com/kmagiera/react-native-screens/compare/2.11.0...2.18.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..17936579 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": "2.18.1", + "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-2.18.1.tgz", + "integrity": "sha512-r5WZLpmx2hHjC1RgMdPq5YpSU9tEhBpUaZ5M1SUtNIONyiLqQVxabhRCINdebIk4depJiIl7yw2Q85zJyeX6fw==" }, "react-native-tab-view": { "version": "2.15.2", diff --git a/package.json b/package.json index 9697494c..719b62f9 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": "^2.18.1", "react-navigation": "^4.4.2", "react-navigation-drawer": "^2.5.2", "react-navigation-stack": "^1.10.3",