diff --git a/ios/Podfile.lock b/ios/Podfile.lock index b39c45dbc02..3caef5481ac 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -808,7 +808,7 @@ PODS: - RCT-Folly (= 2021.07.22.00) - React-Core - ReactCommon/turbomodule/core - - RNScreens (3.33.0): + - RNScreens (3.34.0): - RCT-Folly (= 2021.07.22.00) - React-Core - React-RCTImage @@ -1321,7 +1321,7 @@ SPEC CHECKSUMS: RNPersonaInquiry2: 3ab52078e891a5d2fa39bf7cc9119ca27f0337fd RNReactNativeHapticFeedback: 713abf3266aeacade463e29df9801e8ec3451f73 RNReanimated: 739d696f5bd3bea1d675a86caec05064ab4d898f - RNScreens: f15b076168e4b2bdf3d327015758f36e6654247f + RNScreens: a1db0ca347cf9f44ae57b0a2d31991af6d872f7c RNSentry: 86e407e1350297d78ad70541ba9d6262ed5864fa RNShare: 0fad69ae2d71de9d1f7b9a43acf876886a6cb99c RNSVG: b986585e367f4a49d8aa43065066cc9c290b3d9b diff --git a/package.json b/package.json index ab1036b76d6..2b171e69341 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "react-native-reanimated": "^3.15.1", "react-native-restart": "^0.0.27", "react-native-safe-area-context": "^4.10.9", - "react-native-screens": "^3.33.0", + "react-native-screens": "^3.34.0", "react-native-shake": "^5.5.2", "react-native-share": "^10.2.1", "react-native-simple-toast": "^3.3.1", diff --git a/yarn.lock b/yarn.lock index d219897127b..76fd0460e2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12851,10 +12851,10 @@ react-native-safe-modules@^1.0.3: dependencies: dedent "^0.6.0" -react-native-screens@^3.33.0: - version "3.33.0" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.33.0.tgz#706caf1a5f985160c944ed0d02e576c6c77408eb" - integrity sha512-3bKeT/kS1g/6XqraBqjDtyyci35LDeDIHMoko74o+Z5p1oLEi697GWFVwsG272FF0iuOullUbuRNzCcEfRBASQ== +react-native-screens@^3.34.0: + version "3.34.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.34.0.tgz#1291a460c5bc59e2ba581b42d40fa9a58d3b1197" + integrity sha512-8ri3Pd9QcpfXnVckOe/Lnto+BXmSPHV/Q0RB0XW0gDKsCv5wi5k7ez7g1SzgiYHl29MSdiqgjH30zUyOOowOaw== dependencies: react-freeze "^1.0.0" warn-once "^0.1.0"