Skip to content

Commit faf4aa8

Browse files
Update dependency react-native-safe-area-context to v5
1 parent 7e5f5d9 commit faf4aa8

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

example-bare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-native-gesture-handler": "~2.20.2",
2525
"react-native-paper": "^5.12.3",
2626
"react-native-reanimated": "~3.16.1",
27-
"react-native-safe-area-context": "4.12.0",
27+
"react-native-safe-area-context": "5.5.0",
2828
"react-native-screens": "~4.1.0",
2929
"react-native-vector-icons": "^10.0.3",
3030
"react-native-webview": "^13.8.1",

example-bare/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
resolved "https://registry.yarnpkg.com/@epubjs-react-native/core/-/core-1.4.5.tgz#06f6f5d4f5400b6c95f76a7607e6b67257ac2d63"
847847
integrity sha512-Tmt3Z/82/bI6Cb+ao6qCbouuKmk4Ahy0SAHgEY88xIRdN0XlpN/7dfJ/n+XrNBhzjCtFnJW0uqA5htsFyo2c3Q==
848848

849-
"@epubjs-react-native/file-system@1.1.4":
849+
"@epubjs-react-native/file-system@latest":
850850
version "1.1.4"
851851
resolved "https://registry.yarnpkg.com/@epubjs-react-native/file-system/-/file-system-1.1.4.tgz#83e62c4ffab6f92fec39e7ab89199ff796272e94"
852852
integrity sha512-hk0Qbt3KrQsHpeHVtIrM4sKEnlvIFlL3VOoFD7pdT8iZorL5666yU10FKvO6MIb963aa7S1EimKrdeXr6uiLtQ==
@@ -4785,10 +4785,10 @@ react-native-reanimated@~3.16.1:
47854785
convert-source-map "^2.0.0"
47864786
invariant "^2.2.4"
47874787

4788-
react-native-safe-area-context@4.12.0:
4789-
version "4.12.0"
4790-
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.12.0.tgz#17868522a55bbc6757418c94a1b4abdda6b045d9"
4791-
integrity sha512-ukk5PxcF4p3yu6qMZcmeiZgowhb5AsKRnil54YFUUAXVIS7PJcMHGGC+q44fCiBg44/1AJk5njGMez1m9H0BVQ==
4788+
react-native-safe-area-context@5.5.0:
4789+
version "5.5.0"
4790+
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.5.0.tgz#8eb4ff66f405e83e77a1a2215a1ee731b77545e6"
4791+
integrity sha512-BQcSvVEJj3T4zBQH9YrnlfcLGHiVOsmeiE10PSBsmI/xyzULSZdJISFOH0HLcLU7/nePC+HsaaVzIsEa1CVBYw==
47924792

47934793
react-native-screens@~4.1.0:
47944794
version "4.1.0"

example-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-native-gesture-handler": "~2.20.2",
1717
"react-native-paper": "^5.12.3",
1818
"react-native-reanimated": "~3.16.1",
19-
"react-native-safe-area-context": "4.12.0",
19+
"react-native-safe-area-context": "5.5.0",
2020
"react-native-screens": "~4.1.0",
2121
"react-native-vector-icons": "^10.0.3",
2222
"react-native-web": "~0.19.6",

example-expo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4765,10 +4765,10 @@ react-native-reanimated@~3.16.1:
47654765
convert-source-map "^2.0.0"
47664766
invariant "^2.2.4"
47674767

4768-
react-native-safe-area-context@4.12.0:
4769-
version "4.12.0"
4770-
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.12.0.tgz#17868522a55bbc6757418c94a1b4abdda6b045d9"
4771-
integrity sha512-ukk5PxcF4p3yu6qMZcmeiZgowhb5AsKRnil54YFUUAXVIS7PJcMHGGC+q44fCiBg44/1AJk5njGMez1m9H0BVQ==
4768+
react-native-safe-area-context@5.5.0:
4769+
version "5.5.0"
4770+
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.5.0.tgz#8eb4ff66f405e83e77a1a2215a1ee731b77545e6"
4771+
integrity sha512-BQcSvVEJj3T4zBQH9YrnlfcLGHiVOsmeiE10PSBsmI/xyzULSZdJISFOH0HLcLU7/nePC+HsaaVzIsEa1CVBYw==
47724772

47734773
react-native-screens@~4.1.0:
47744774
version "4.1.0"

0 commit comments

Comments
 (0)