From 111262ed1681f28f3c4c69d8c9dab97edd5dbf05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 23:59:48 +0000 Subject: [PATCH] fix(deps): update dependency react-native-screens to v3.20.0 --- example/package.json | 2 +- example/yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index e087563..b7ce491 100644 --- a/example/package.json +++ b/example/package.json @@ -24,7 +24,7 @@ "react-native-permissions": "3.0.5", "react-native-reanimated": "2.2.0", "react-native-safe-area-context": "3.2.0", - "react-native-screens": "3.4.0", + "react-native-screens": "3.20.0", "react-native-tab-view": "3.1.1", "react-native-unimodules": "0.14.6", "react-native-vector-icons": "8.1.0" diff --git a/example/yarn.lock b/example/yarn.lock index ccedec0..f66b0ac 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -7284,6 +7284,11 @@ react-error-boundary@3.1.3: dependencies: "@babel/runtime" "^7.12.5" +react-freeze@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/react-freeze/-/react-freeze-1.0.3.tgz#5e3ca90e682fed1d73a7cb50c2c7402b3e85618d" + integrity sha512-ZnXwLQnGzrDpHBHiC56TXFXvmolPeMjTn1UOm610M4EXGzbEDR7oOIyS2ZiItgbs6eZc4oU/a0hpk8PrcKvv5g== + "react-is@^16.12.0 || ^17.0.0", react-is@^17.0.2: version "17.0.2" resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" @@ -7363,11 +7368,12 @@ react-native-safe-area-context@3.2.0: resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz#06113c6b208f982d68ab5c3cebd199ca93db6941" integrity sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA== -react-native-screens@3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.4.0.tgz#91deeac7630db9f3984053e2ab146d71bba7af4e" - integrity sha512-cg+q9MRnVdeOcJyvJtqffoXLur/C2wHA/7IO2+FAipzTlgHbbM1mTuSM7qG+SeiQjoIs4mHOEf7A0ziPKW04sA== +react-native-screens@3.20.0: + version "3.20.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.20.0.tgz#4d154177395e5541387d9a05bc2e12e54d2fb5b1" + integrity sha512-joWUKWAVHxymP3mL9gYApFHAsbd9L6ZcmpoZa6Sl3W/82bvvNVMqcfP7MeNqVCg73qZ8yL4fW+J/syusHleUgg== dependencies: + react-freeze "^1.0.0" warn-once "^0.1.0" react-native-tab-view@3.1.1: