Skip to content

Commit 6531fc9

Browse files
authored
Update react-native-is-edge-to-edge (#1001)
## 📜 Description This PR updates `react-native-is-edge-to-edge` to the latest version: `1.2.1` to support the `edgeToEdgeEnabled` flag that will be available in the next React Native release (facebook/react-native#52088) ## 📢 Changelog - Update `react-native-is-edge-to-edge`
1 parent ecb3595 commit 6531fc9

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

example/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4683,11 +4683,16 @@ react-native-haptic-feedback@2.3.3:
46834683
resolved "https://registry.yarnpkg.com/react-native-haptic-feedback/-/react-native-haptic-feedback-2.3.3.tgz#88b6876e91399a69bd1b551fe1681b2f3dc1214e"
46844684
integrity sha512-svS4D5PxfNv8o68m9ahWfwje5NqukM3qLS48+WTdhbDkNUkOhP9rDfDSRHzlhk4zq+ISjyw95EhLeh8NkKX5vQ==
46854685

4686-
react-native-is-edge-to-edge@1.1.6, react-native-is-edge-to-edge@^1.1.6:
4686+
react-native-is-edge-to-edge@1.1.6:
46874687
version "1.1.6"
46884688
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.6.tgz#69ec13f70d76e9245e275eed4140d0873a78f902"
46894689
integrity sha512-1pHnFTlBahins6UAajXUqeCOHew9l9C2C8tErnpGC3IyLJzvxD+TpYAixnCbrVS52f7+NvMttbiSI290XfwN0w==
46904690

4691+
react-native-is-edge-to-edge@^1.2.1:
4692+
version "1.2.1"
4693+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz#64e10851abd9d176cbf2b40562f751622bde3358"
4694+
integrity sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q==
4695+
46914696
"react-native-keyboard-controller@link:..":
46924697
version "0.0.0"
46934698
uid ""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"registry": "https://registry.npmjs.org/"
8282
},
8383
"dependencies": {
84-
"react-native-is-edge-to-edge": "^1.1.6"
84+
"react-native-is-edge-to-edge": "^1.2.1"
8585
},
8686
"devDependencies": {
8787
"@commitlint/config-conventional": "^11.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7425,11 +7425,16 @@ react-native-builder-bob@^0.18.0:
74257425
optionalDependencies:
74267426
jetifier "^2.0.0"
74277427

7428-
react-native-is-edge-to-edge@1.1.6, react-native-is-edge-to-edge@^1.1.6:
7428+
react-native-is-edge-to-edge@1.1.6:
74297429
version "1.1.6"
74307430
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.6.tgz#69ec13f70d76e9245e275eed4140d0873a78f902"
74317431
integrity sha512-1pHnFTlBahins6UAajXUqeCOHew9l9C2C8tErnpGC3IyLJzvxD+TpYAixnCbrVS52f7+NvMttbiSI290XfwN0w==
74327432

7433+
react-native-is-edge-to-edge@^1.2.1:
7434+
version "1.2.1"
7435+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz#64e10851abd9d176cbf2b40562f751622bde3358"
7436+
integrity sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q==
7437+
74337438
react-native-reanimated@3.17.0:
74347439
version "3.17.0"
74357440
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.17.0.tgz#241c0b5c6bb034c445835bc04f6699965be9d3ea"

0 commit comments

Comments
 (0)