Skip to content

Commit 1c75843

Browse files
committed
Update react-native-is-edge-to-edge
1 parent d782194 commit 1c75843

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ PODS:
16541654
- React-logger (= 0.79.2)
16551655
- React-perflogger (= 0.79.2)
16561656
- React-utils (= 0.79.2)
1657-
- RNBootSplash (6.3.9):
1657+
- RNBootSplash (6.3.10):
16581658
- DoubleConversion
16591659
- glog
16601660
- hermes-engine
@@ -1975,7 +1975,7 @@ SPEC CHECKSUMS:
19751975
ReactAppDependencyProvider: 04d5eb15eb46be6720e17a4a7fa92940a776e584
19761976
ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba
19771977
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
1978-
RNBootSplash: 495054a9704ef6829159f1792763ae163170b2ca
1978+
RNBootSplash: 295996a51f49baf0dff9f65e49b32ff93fbc7357
19791979
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19801980
Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf
19811981

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5487,10 +5487,10 @@ [email protected]:
54875487
resolved "https://registry.yarnpkg.com/react-native-edge-to-edge/-/react-native-edge-to-edge-1.6.0.tgz#2ba63b941704a7f713e298185c26cde4d9e4b973"
54885488
integrity sha512-2WCNdE3Qd6Fwg9+4BpbATUxCLcouF6YRY7K+J36KJ4l3y+tWN6XCqAC4DuoGblAAbb2sLkhEDp4FOlbOIot2Og==
54895489

5490-
react-native-is-edge-to-edge@^1.1.7:
5491-
version "1.1.7"
5492-
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.7.tgz#28947688f9fafd584e73a4f935ea9603bd9b1939"
5493-
integrity sha512-EH6i7E8epJGIcu7KpfXYXiV2JFIYITtq+rVS8uEb+92naMRBdxhTuS8Wn2Q7j9sqyO0B+Xbaaf9VdipIAmGW4w==
5490+
react-native-is-edge-to-edge@^1.2.1:
5491+
version "1.2.1"
5492+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz#64e10851abd9d176cbf2b40562f751622bde3358"
5493+
integrity sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q==
54945494

54955495
react-native-web-image-loader@^0.1.1:
54965496
version "0.1.1"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bootsplash",
3-
"version": "6.3.9",
3+
"version": "6.3.10",
44
"license": "MIT",
55
"description": "Display a bootsplash on your app starts. Hide it when you want.",
66
"author": "Mathieu Acthernoene <[email protected]>",
@@ -79,7 +79,7 @@
7979
"node-html-parser": "^7.0.1",
8080
"picocolors": "^1.1.1",
8181
"prettier": "^3.5.3",
82-
"react-native-is-edge-to-edge": "^1.2.0",
82+
"react-native-is-edge-to-edge": "^1.2.1",
8383
"sharp": "^0.32.6",
8484
"ts-dedent": "^2.2.0",
8585
"xml-formatter": "^3.6.5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4488,10 +4488,10 @@ react-native-builder-bob@^0.40.11:
44884488
which "^2.0.2"
44894489
yargs "^17.5.1"
44904490

4491-
react-native-is-edge-to-edge@^1.2.0:
4492-
version "1.2.0"
4493-
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.0.tgz#d5ae3ecddab96dc1aa6a783e30ad7ae718861cbf"
4494-
integrity sha512-b7aPRrAagRo4jAVSMz04yiXRaSDVK1UdX79c1xPV6Q94Xjo9eAQPbLLS4cj7iyTeOBylmu794SrxMv8Puuxk7Q==
4491+
react-native-is-edge-to-edge@^1.2.1:
4492+
version "1.2.1"
4493+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz#64e10851abd9d176cbf2b40562f751622bde3358"
4494+
integrity sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q==
44954495

44964496
react-native-monorepo-config@^0.1.8:
44974497
version "0.1.9"

0 commit comments

Comments
 (0)