Skip to content

Commit a09c7ed

Browse files
authored
Update react-native-is-edge-to-edge to 1.1.3 (#663)
## 📜 Description This PR update react-native-is-edge-to-edge to 1.1.3. ## 💡 Motivation and Context There's an issue with module resolution when new architecture is enabled: platforms extensions (`index.android.js`) are not resolved for dependencies. I had to switch the package implementation to use `index.js` + `index.web.js` instead. ## 📢 Changelog - Update react-native-is-edge-to-edge to 1.1.3 ## 🤔 How Has This Been Tested? - Tested on old and new architecture ## 📝 Checklist - [ ] CI successfully passed - [ ] I added new mocks and corresponding unit-tests if library API was changed
1 parent c958062 commit a09c7ed

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

FabricExample/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4637,10 +4637,10 @@ [email protected]:
46374637
invariant "^2.2.4"
46384638
prop-types "^15.7.2"
46394639

4640-
react-native-is-edge-to-edge@^1.1.1:
4641-
version "1.1.1"
4642-
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.1.tgz#78ee045dab74868a4d1c37df9058c4bdecc28e62"
4643-
integrity sha512-F/CPckyjLgQNOv8BaUorSyjNv7Ev3eLuzWT+BrIp4504Zw1LAa44M3FPGz5E2nZMcvHHbSmBLHei5M3g+gmLHA==
4640+
react-native-is-edge-to-edge@^1.1.3:
4641+
version "1.1.3"
4642+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.3.tgz#ae290192b7053d0e09e1870c7a17a765f673863a"
4643+
integrity sha512-wcY560MvZ1yS54TFAfv8L+Df4lzwv44kOVYXpIDNyC2s8FNymkBeOwCEnR7eDCEzBOKZIwCAidcwM5tNFIJ/eQ==
46444644

46454645
"react-native-keyboard-controller@link:..":
46464646
version "0.0.0"

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4747,10 +4747,10 @@ [email protected]:
47474747
resolved "https://registry.yarnpkg.com/react-native-haptic-feedback/-/react-native-haptic-feedback-2.3.1.tgz#2ef4ac7d4f63ac06bd64b659f509362f127b16e5"
47484748
integrity sha512-dPfjV4iVHfhVyfG+nRd88ygjahbdup7KFZDM5L2aNIAzqbNtKxHZn5O1pHegwSj1t15VJliu0GyTX7XpBDeXUw==
47494749

4750-
react-native-is-edge-to-edge@^1.1.1:
4751-
version "1.1.1"
4752-
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.1.tgz#78ee045dab74868a4d1c37df9058c4bdecc28e62"
4753-
integrity sha512-F/CPckyjLgQNOv8BaUorSyjNv7Ev3eLuzWT+BrIp4504Zw1LAa44M3FPGz5E2nZMcvHHbSmBLHei5M3g+gmLHA==
4750+
react-native-is-edge-to-edge@^1.1.3:
4751+
version "1.1.3"
4752+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.3.tgz#ae290192b7053d0e09e1870c7a17a765f673863a"
4753+
integrity sha512-wcY560MvZ1yS54TFAfv8L+Df4lzwv44kOVYXpIDNyC2s8FNymkBeOwCEnR7eDCEzBOKZIwCAidcwM5tNFIJ/eQ==
47544754

47554755
"react-native-keyboard-controller@link:..":
47564756
version "0.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"registry": "https://registry.npmjs.org/"
7676
},
7777
"dependencies": {
78-
"react-native-is-edge-to-edge": "^1.1.1"
78+
"react-native-is-edge-to-edge": "^1.1.3"
7979
},
8080
"devDependencies": {
8181
"@commitlint/config-conventional": "^11.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7685,10 +7685,10 @@ react-native-builder-bob@^0.18.0:
76857685
optionalDependencies:
76867686
jetifier "^2.0.0"
76877687

7688-
react-native-is-edge-to-edge@^1.1.1:
7689-
version "1.1.1"
7690-
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.1.tgz#78ee045dab74868a4d1c37df9058c4bdecc28e62"
7691-
integrity sha512-F/CPckyjLgQNOv8BaUorSyjNv7Ev3eLuzWT+BrIp4504Zw1LAa44M3FPGz5E2nZMcvHHbSmBLHei5M3g+gmLHA==
7688+
react-native-is-edge-to-edge@^1.1.3:
7689+
version "1.1.3"
7690+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.3.tgz#ae290192b7053d0e09e1870c7a17a765f673863a"
7691+
integrity sha512-wcY560MvZ1yS54TFAfv8L+Df4lzwv44kOVYXpIDNyC2s8FNymkBeOwCEnR7eDCEzBOKZIwCAidcwM5tNFIJ/eQ==
76927692

76937693
76947694
version "3.16.1"

0 commit comments

Comments
 (0)