Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency react-native-screens to ^3.34.0 #5939

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1321,7 +1321,7 @@ SPEC CHECKSUMS:
RNPersonaInquiry2: 3ab52078e891a5d2fa39bf7cc9119ca27f0337fd
RNReactNativeHapticFeedback: 713abf3266aeacade463e29df9801e8ec3451f73
RNReanimated: 739d696f5bd3bea1d675a86caec05064ab4d898f
RNScreens: f15b076168e4b2bdf3d327015758f36e6654247f
RNScreens: a1db0ca347cf9f44ae57b0a2d31991af6d872f7c
RNSentry: 86e407e1350297d78ad70541ba9d6262ed5864fa
RNShare: 0fad69ae2d71de9d1f7b9a43acf876886a6cb99c
RNSVG: b986585e367f4a49d8aa43065066cc9c290b3d9b
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading