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

fix(deps): update dependency react-native-screens to ~3.35.0 #399

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-native-maps": "1.7.1",
"react-native-reanimated": "~3.6.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-screens": "~3.35.0",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "1.1.0",
"react-native-web": "~0.19.9",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4864,7 +4864,7 @@ __metadata:
react-native-maps: "npm:1.7.1"
react-native-reanimated: "npm:~3.6.1"
react-native-safe-area-context: "npm:4.6.3"
react-native-screens: "npm:~3.22.0"
react-native-screens: "npm:~3.35.0"
react-native-svg: "npm:13.9.0"
react-native-svg-transformer: "npm:1.1.0"
react-native-web: "npm:~0.19.9"
Expand Down Expand Up @@ -22960,16 +22960,16 @@ __metadata:
languageName: node
linkType: hard

"react-native-screens@npm:~3.22.0":
version: 3.22.1
resolution: "react-native-screens@npm:3.22.1"
"react-native-screens@npm:~3.35.0":
version: 3.35.0
resolution: "react-native-screens@npm:3.35.0"
dependencies:
react-freeze: "npm:^1.0.0"
warn-once: "npm:^0.1.0"
peerDependencies:
react: "*"
react-native: "*"
checksum: 03d3c2fcccd6afe4b25c35396eb0280997724add60e4c2074572106237c5e299895ec8aa399ce23ba8c800663389a7dde8c6033b8c9f49064651298ead23c3ca
checksum: 51b4ae9a5432dc980d560ac07baaddda12a78f56f2106e0e9498f6b46d4928c26d8288c4818627903675cc8c4d3643f14358d3ae448a3de2cb962a16270c201d
languageName: node
linkType: hard

Expand Down
Loading