Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 8eb43f8

Browse files
committed
chore: sync latest stack
1 parent 27c273c commit 8eb43f8

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"react-dom": "16.9.0",
1919
"react-native": "0.61.4",
2020
"react-native-gesture-handler": "~1.5.0",
21+
"react-native-iphone-x-helper": "^1.2.1",
2122
"react-native-maps": "0.26.1",
2223
"react-native-paper": "^2.15.2",
2324
"react-native-reanimated": "^1.4.0",

example/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9968,6 +9968,11 @@ react-native-gesture-handler@~1.5.0:
99689968
invariant "^2.2.4"
99699969
prop-types "^15.7.2"
99709970

9971+
react-native-iphone-x-helper@^1.2.1:
9972+
version "1.2.1"
9973+
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.1.tgz#645e2ffbbb49e80844bb4cbbe34a126fda1e6772"
9974+
integrity sha512-/VbpIEp8tSNNHIvstuA3Swx610whci1Zpc9mqNkqn14DkMbw+ORviln2u0XyHG1kPvvwTNGZY6QpeFwxYaSdbQ==
9975+
99719976
99729977
version "0.26.1"
99739978
resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-0.26.1.tgz#6ec316259b38d259c8974448d894bd7a23101da4"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@expo/vector-icons": "^10.0.6",
5151
"@react-native-community/bob": "^0.7.0",
5252
"@react-native-community/masked-view": "^0.1.5",
53-
"@react-navigation/stack": "^5.0.0-alpha.48",
53+
"@react-navigation/stack": "^5.0.0-alpha.49",
5454
"@release-it/conventional-changelog": "^1.1.0",
5555
"@types/color": "^3.0.0",
5656
"@types/jest": "^24.0.23",
@@ -126,6 +126,7 @@
126126
]
127127
},
128128
"dependencies": {
129-
"color": "^3.1.2"
129+
"color": "^3.1.2",
130+
"react-native-iphone-x-helper": "^1.2.1"
130131
}
131132
}

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,13 +1379,14 @@
13791379
"@react-navigation/core" "^5.0.0-alpha.30"
13801380
shortid "^2.2.15"
13811381

1382-
"@react-navigation/stack@^5.0.0-alpha.48":
1383-
version "5.0.0-alpha.48"
1384-
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.0.0-alpha.48.tgz#7e421f7aa7957d87f3143389f1e223294aac0f40"
1385-
integrity sha512-sHaccTWYVZdIfa+Y8W/AGDnY+f11YLkizlq0cOHdA3I58vm15NAdIS5T7dizn7HB8FU1+5e13tuB1XPgxDeW5g==
1382+
"@react-navigation/stack@^5.0.0-alpha.49":
1383+
version "5.0.0-alpha.49"
1384+
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.0.0-alpha.49.tgz#251512287919c33bba87f0b8825f2be6783415d3"
1385+
integrity sha512-iUJg+aptIVYcqj44j7jtMoji0AIZwXDzr72YMsvHuEgWKXEhagG/tC9mTd4zESBREffHXieHewf1WTWVK2JDvA==
13861386
dependencies:
13871387
"@react-navigation/routers" "^5.0.0-alpha.19"
13881388
color "^3.1.2"
1389+
react-native-iphone-x-helper "^1.2.1"
13891390

13901391
"@release-it/conventional-changelog@^1.1.0":
13911392
version "1.1.0"
@@ -7543,6 +7544,11 @@ react-native-gesture-handler@^1.5.2:
75437544
invariant "^2.2.4"
75447545
prop-types "^15.7.2"
75457546

7547+
react-native-iphone-x-helper@^1.2.1:
7548+
version "1.2.1"
7549+
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.1.tgz#645e2ffbbb49e80844bb4cbbe34a126fda1e6772"
7550+
integrity sha512-/VbpIEp8tSNNHIvstuA3Swx610whci1Zpc9mqNkqn14DkMbw+ORviln2u0XyHG1kPvvwTNGZY6QpeFwxYaSdbQ==
7551+
75467552
react-native-safe-area-context@^0.6.1:
75477553
version "0.6.1"
75487554
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-0.6.1.tgz#6886ec1769625ae1d8a0ba8921d99166a0e2e955"

0 commit comments

Comments
 (0)