Skip to content

Commit 4cda1f9

Browse files
committed
Bump react-native-is-edge-to-edge to 0.1.2
1 parent 4c50bf4 commit 4cda1f9

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ PODS:
14971497
- React-logger (= 0.75.4)
14981498
- React-perflogger (= 0.75.4)
14991499
- React-utils (= 0.75.4)
1500-
- RNBootSplash (6.2.0):
1500+
- RNBootSplash (6.2.2):
15011501
- React-Core
15021502
- SocketRocket (0.7.0)
15031503
- Yoga (0.0.0)
@@ -1764,7 +1764,7 @@ SPEC CHECKSUMS:
17641764
React-utils: cbe8b8b3d7b2ac282e018e46f0e7b25cdc87c5a0
17651765
ReactCodegen: 4bcb34e6b5ebf6eef5cee34f55aa39991ea1c1f1
17661766
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
1767-
RNBootSplash: b44d3d1ca8f1db772ccf5ffc00a226f94eb01988
1767+
RNBootSplash: 01a66e58c8ec519a48a4344f8fcce610fb0ff09c
17681768
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
17691769
Yoga: 055f92ad73f8c8600a93f0e25ac0b2344c3b07e6
17701770

example/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5279,10 +5279,10 @@ react-native-edge-to-edge@^0.1.2:
52795279
resolved "https://registry.yarnpkg.com/react-native-edge-to-edge/-/react-native-edge-to-edge-0.1.2.tgz#c23f9cbf2d78c5c020fff7beb169557fa87122b7"
52805280
integrity sha512-j5f+ipP7FEqHDE8JHW11tv3iska0c7izs1V4/YidDsRWTv5VcA+GUBMSyduhpeUe39joQOd5hLf9/wwZVNiX2A==
52815281

5282-
react-native-is-edge-to-edge@^0.1.1:
5283-
version "0.1.1"
5284-
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-0.1.1.tgz#7f35e86071e004fd7b10644feae6f1b515497d85"
5285-
integrity sha512-XXO2E7FEGmTRBxUcHbyhyg1+5/3IMlsiUNkPWWI6+yohbraLeqJKjnOKltqSRsK1lfKzvO4lt18OVYMlOq/+ng==
5282+
react-native-is-edge-to-edge@^0.1.2:
5283+
version "0.1.2"
5284+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-0.1.2.tgz#71ee904797aca7af604451307abe48313f0012a5"
5285+
integrity sha512-nLdcs5P+2cZOXW+OrjcYzzrmpFzkIyLUV1stukQBTVvD400yfqaMK8ZWGzaFEuMf1psXzJXlFSuSgYRd12VIWA==
52865286

52875287
react-native-web-image-loader@^0.1.1:
52885288
version "0.1.1"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bootsplash",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"license": "MIT",
55
"description": "Display a bootsplash on your app starts. Hide it when you want.",
66
"author": "Mathieu Acthernoene <[email protected]>",
@@ -71,7 +71,7 @@
7171
"node-html-parser": "^6.1.13",
7272
"picocolors": "^1.1.0",
7373
"prettier": "^3.3.3",
74-
"react-native-is-edge-to-edge": "^0.1.1",
74+
"react-native-is-edge-to-edge": "^0.1.2",
7575
"sharp": "^0.32.6",
7676
"ts-dedent": "^2.2.0",
7777
"xml-formatter": "^3.6.3"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4576,10 +4576,10 @@ react-native-builder-bob@^0.30.2:
45764576
which "^2.0.2"
45774577
yargs "^17.5.1"
45784578

4579-
react-native-is-edge-to-edge@^0.1.1:
4580-
version "0.1.1"
4581-
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-0.1.1.tgz#7f35e86071e004fd7b10644feae6f1b515497d85"
4582-
integrity sha512-XXO2E7FEGmTRBxUcHbyhyg1+5/3IMlsiUNkPWWI6+yohbraLeqJKjnOKltqSRsK1lfKzvO4lt18OVYMlOq/+ng==
4579+
react-native-is-edge-to-edge@^0.1.2:
4580+
version "0.1.2"
4581+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-0.1.2.tgz#71ee904797aca7af604451307abe48313f0012a5"
4582+
integrity sha512-nLdcs5P+2cZOXW+OrjcYzzrmpFzkIyLUV1stukQBTVvD400yfqaMK8ZWGzaFEuMf1psXzJXlFSuSgYRd12VIWA==
45834583

45844584
45854585
version "0.75.4"

0 commit comments

Comments
 (0)