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

Update dependency react-native-safe-area-context to v4.14.1 - autoclosed #87

Closed
wants to merge 1 commit into from
Closed
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 app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-safe-area-context": "4.12.0",
"react-native-safe-area-context": "4.14.1",
"react-native-svg": "15.8.0",
"react-native-unistyles": "^2.20.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3731,7 +3731,7 @@ __metadata:
expo-status-bar: "npm:~2.0.0"
react: "npm:18.3.1"
react-native: "npm:0.76.5"
react-native-safe-area-context: "npm:4.12.0"
react-native-safe-area-context: "npm:4.14.1"
react-native-svg: "npm:15.8.0"
react-native-unistyles: "npm:^2.20.0"
typescript: "npm:~5.7.2"
Expand Down Expand Up @@ -12137,13 +12137,13 @@ __metadata:
languageName: node
linkType: hard

"react-native-safe-area-context@npm:4.12.0":
version: 4.12.0
resolution: "react-native-safe-area-context@npm:4.12.0"
"react-native-safe-area-context@npm:4.14.1":
version: 4.14.1
resolution: "react-native-safe-area-context@npm:4.14.1"
peerDependencies:
react: "*"
react-native: "*"
checksum: 10c0/122e7e24de39371b107fcac7ecd6b62d41301a46c945c7a6b3a07c8b65d4cb9ebf58bf163bfecfd430b1bd8fdf61d4f319dac1812edd7986c00b7d2cc16da24c
checksum: 10c0/c34c6fe9002a89c80ddb206fc68db99f1e432e19c7cf5aaa93b430584051b7e7caf889093224029437dc5b66fe434b09e9950d755aa40b58e1e3a1f976c2fec1
languageName: node
linkType: hard

Expand Down
Loading