Skip to content

Commit 089885d

Browse files
authored
chore: update react-native-is-edge-to-edge to 1.2.1 (#2995)
## Summary This PR updates `react-native-is-edge-to-edge` to the latest version: `1.2.1`. As `edgeToEdgeEnabled` will be available in the next React Native release (facebook/react-native#52088), we need to ensure that `react-native-is-edge-to-edge` supports both `react-native-edge-to-edge` and `edgeToEdgeEnabled`. Similar issue on reanimated: software-mansion/react-native-reanimated#7729
1 parent fee8faf commit 089885d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"homepage": "https://github.com/software-mansion/react-native-screens#readme",
7373
"dependencies": {
7474
"react-freeze": "^1.0.0",
75-
"react-native-is-edge-to-edge": "^1.1.7",
75+
"react-native-is-edge-to-edge": "^1.2.1",
7676
"warn-once": "^0.1.0"
7777
},
7878
"peerDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13144,13 +13144,13 @@ __metadata:
1314413144
languageName: node
1314513145
linkType: hard
1314613146

13147-
"react-native-is-edge-to-edge@npm:^1.1.7":
13148-
version: 1.1.7
13149-
resolution: "react-native-is-edge-to-edge@npm:1.1.7"
13147+
"react-native-is-edge-to-edge@npm:^1.2.1":
13148+
version: 1.2.1
13149+
resolution: "react-native-is-edge-to-edge@npm:1.2.1"
1315013150
peerDependencies:
1315113151
react: "*"
1315213152
react-native: "*"
13153-
checksum: 10c0/b7a37437f439b1e27a4d980de01994aa71b9091dc3ed00c21172d5505fb11978cd5ed3a43f97c89d502a3a08cf26e5cea6435b8d6e93d3557a92dd43563f7021
13153+
checksum: 10c0/87d20b900aded7d44c90afb946a7aa03c23a94ca3dd547bdddc2303b85357e4aab22567a57b19f1558d6c8be7058e3dcf34faa1e15182d1604f90974266d9a1d
1315413154
languageName: node
1315513155
linkType: hard
1315613156

@@ -13227,7 +13227,7 @@ __metadata:
1322713227
react-native: "npm:0.80.0-rc.5"
1322813228
react-native-builder-bob: "npm:^0.23.2"
1322913229
react-native-gesture-handler: "npm:^2.22.0"
13230-
react-native-is-edge-to-edge: "npm:^1.1.7"
13230+
react-native-is-edge-to-edge: "npm:^1.2.1"
1323113231
react-native-reanimated: "npm:3.16.7"
1323213232
react-native-safe-area-context: "npm:5.1.0"
1323313233
react-native-windows: "npm:^0.64.8"

0 commit comments

Comments
 (0)