Skip to content

Commit bbd0e39

Browse files
renovate[bot]valora-botjeanregisser
authored
chore(deps): update dependency react-native-screens to ^3.34.0 (#5939)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-screens](https://redirect.github.com/software-mansion/react-native-screens) | [`^3.33.0` -> `^3.34.0`](https://renovatebot.com/diffs/npm/react-native-screens/3.33.0/3.34.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-screens/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-screens/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-screens/3.33.0/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-screens/3.33.0/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>software-mansion/react-native-screens (react-native-screens)</summary> ### [`v3.34.0`](https://redirect.github.com/software-mansion/react-native-screens/releases/tag/3.34.0) [Compare Source](https://redirect.github.com/software-mansion/react-native-screens/compare/3.33.0...3.34.0) Recently released [3.33.0](https://redirect.github.com/software-mansion/react-native-screens/releases/tag/3.33.0) introduced a crash **when running on** Android + Fabric + "bridgefull" combination of platform / architecture. This version introduces a fix for that crash with changes in native code, thus bumping minor version. #### What's Changed #### 🐛 Bug fixes - Android, Fabric, bridge-mode: patch crash with context detached from activity by [@&#8203;kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2276](https://redirect.github.com/software-mansion/react-native-screens/pull/2276) #### 🔢 Miscellaneous - Extend logging in architecture-integrity scripts & add NativeProxy.kt to blacklist by [@&#8203;kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2281](https://redirect.github.com/software-mansion/react-native-screens/pull/2281) - Aggregate updates from dependabot by [@&#8203;kkafar](https://redirect.github.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/2267](https://redirect.github.com/software-mansion/react-native-screens/pull/2267) **Full Changelog**: software-mansion/react-native-screens@3.33.0...3.34.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: valora-bot <[email protected]> Co-authored-by: Jean Regisser <[email protected]>
1 parent 662b5de commit bbd0e39

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ PODS:
808808
- RCT-Folly (= 2021.07.22.00)
809809
- React-Core
810810
- ReactCommon/turbomodule/core
811-
- RNScreens (3.33.0):
811+
- RNScreens (3.34.0):
812812
- RCT-Folly (= 2021.07.22.00)
813813
- React-Core
814814
- React-RCTImage
@@ -1321,7 +1321,7 @@ SPEC CHECKSUMS:
13211321
RNPersonaInquiry2: 3ab52078e891a5d2fa39bf7cc9119ca27f0337fd
13221322
RNReactNativeHapticFeedback: 713abf3266aeacade463e29df9801e8ec3451f73
13231323
RNReanimated: 739d696f5bd3bea1d675a86caec05064ab4d898f
1324-
RNScreens: f15b076168e4b2bdf3d327015758f36e6654247f
1324+
RNScreens: a1db0ca347cf9f44ae57b0a2d31991af6d872f7c
13251325
RNSentry: 86e407e1350297d78ad70541ba9d6262ed5864fa
13261326
RNShare: 0fad69ae2d71de9d1f7b9a43acf876886a6cb99c
13271327
RNSVG: b986585e367f4a49d8aa43065066cc9c290b3d9b

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"react-native-reanimated": "^3.15.1",
164164
"react-native-restart": "^0.0.27",
165165
"react-native-safe-area-context": "^4.10.9",
166-
"react-native-screens": "^3.33.0",
166+
"react-native-screens": "^3.34.0",
167167
"react-native-shake": "^5.5.2",
168168
"react-native-share": "^10.2.1",
169169
"react-native-simple-toast": "^3.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12851,10 +12851,10 @@ react-native-safe-modules@^1.0.3:
1285112851
dependencies:
1285212852
dedent "^0.6.0"
1285312853

12854-
react-native-screens@^3.33.0:
12855-
version "3.33.0"
12856-
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.33.0.tgz#706caf1a5f985160c944ed0d02e576c6c77408eb"
12857-
integrity sha512-3bKeT/kS1g/6XqraBqjDtyyci35LDeDIHMoko74o+Z5p1oLEi697GWFVwsG272FF0iuOullUbuRNzCcEfRBASQ==
12854+
react-native-screens@^3.34.0:
12855+
version "3.34.0"
12856+
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.34.0.tgz#1291a460c5bc59e2ba581b42d40fa9a58d3b1197"
12857+
integrity sha512-8ri3Pd9QcpfXnVckOe/Lnto+BXmSPHV/Q0RB0XW0gDKsCv5wi5k7ez7g1SzgiYHl29MSdiqgjH30zUyOOowOaw==
1285812858
dependencies:
1285912859
react-freeze "^1.0.0"
1286012860
warn-once "^0.1.0"

0 commit comments

Comments
 (0)