From 22e91c6d7932fe4c211cb9787059160e4a88b78a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:17:56 +0000 Subject: [PATCH] chore(deps): bump react-native-screens from 2.9.0 to 3.3.0 Bumps [react-native-screens](https://github.com/software-mansion/react-native-screens) from 2.9.0 to 3.3.0. - [Release notes](https://github.com/software-mansion/react-native-screens/releases) - [Commits](https://github.com/software-mansion/react-native-screens/compare/2.9.0...3.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 97f5a4b..3beccf1 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "expo": "^38.0.0", "lodash.get": "^4.4.2", "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz", - "react-native-screens": "~2.9.0", + "react-native-screens": "~3.3.0", "react-native-tab-view": "^2.15.1", "tslib": "^2.0.0" }, diff --git a/yarn.lock b/yarn.lock index 3372ca1..46b2c3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12134,10 +12134,10 @@ react-native-safe-area-view@^0.14.9: dependencies: hoist-non-react-statics "^2.3.1" -react-native-screens@~2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-2.9.0.tgz#ead2843107ba00fee259aa377582e457c74f1f3b" - integrity sha512-5MaiUD6HA3nzY3JbVI8l3V7pKedtxQF3d8qktTVI0WmWXTI4QzqOU8r8fPVvfKo3MhOXwhWBjr+kQ7DZaIQQeg== +react-native-screens@~3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.3.0.tgz#d4464a96620b85d09e46bd6865b5f48456c244f0" + integrity sha512-ni11jC6I9cFVXdLIDwkgafDHw/STXUNzkR5Fx3w8Wikdzi8gfTEan2kiOm7aS42d2F/LXddZ6i74Z2em0L6LPQ== react-native-tab-view@^2.15.1: version "2.15.1"