Skip to content

Commit 21c3ad2

Browse files
fix(deps): update dependency react-native-safe-area-context to ~5.7.0
1 parent f7f5094 commit 21c3ad2

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"expo-system-ui": "~6.0.7",
1717
"react": "19.1.0",
1818
"react-native": "0.81.4",
19-
"react-native-safe-area-context": "~5.6.0",
19+
"react-native-safe-area-context": "~5.7.0",
2020
"react-native-svg": "15.12.1"
2121
},
2222
"devDependencies": {

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,10 +3679,10 @@ react-native-is-edge-to-edge@^1.2.1:
36793679
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz#64e10851abd9d176cbf2b40562f751622bde3358"
36803680
integrity sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q==
36813681

3682-
react-native-safe-area-context@~5.6.0:
3683-
version "5.6.2"
3684-
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz#283e006f5b434fb247fcb4be0971ad7473d5c560"
3685-
integrity sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==
3682+
react-native-safe-area-context@~5.7.0:
3683+
version "5.7.0"
3684+
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.7.0.tgz#035699d5ec17fefb98cc1fa44a9ec852c7d530d0"
3685+
integrity sha512-/9/MtQz8ODphjsLdZ+GZAIcC/RtoqW9EeShf7Uvnfgm/pzYrJ75y3PV/J1wuAV1T5Dye5ygq4EAW20RoBq0ABQ==
36863686

36873687
react-native-svg@15.12.1:
36883688
version "15.12.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"react": "19.1.0",
8989
"react-native": "0.81.4",
9090
"react-native-builder-bob": "0.40.18",
91-
"react-native-safe-area-context": "~5.6.0",
91+
"react-native-safe-area-context": "~5.7.0",
9292
"react-native-svg": "15.12.1",
9393
"release-it": "15.11.0",
9494
"typedoc": "0.28.17",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8820,10 +8820,10 @@ react-native-monorepo-config@^0.3.3:
88208820
escape-string-regexp "^5.0.0"
88218821
fast-glob "^3.3.3"
88228822

8823-
react-native-safe-area-context@~5.6.0:
8824-
version "5.6.2"
8825-
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz#283e006f5b434fb247fcb4be0971ad7473d5c560"
8826-
integrity sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==
8823+
react-native-safe-area-context@~5.7.0:
8824+
version "5.7.0"
8825+
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.7.0.tgz#035699d5ec17fefb98cc1fa44a9ec852c7d530d0"
8826+
integrity sha512-/9/MtQz8ODphjsLdZ+GZAIcC/RtoqW9EeShf7Uvnfgm/pzYrJ75y3PV/J1wuAV1T5Dye5ygq4EAW20RoBq0ABQ==
88278827

88288828
react-native-svg@15.12.1:
88298829
version "15.12.1"

0 commit comments

Comments
 (0)