Skip to content

Commit 3c1383f

Browse files
authored
Merge pull request #3046 from StoDevX/greenkeeper/react-navigation-2.14.0
Update react-navigation to the latest version 🚀
2 parents 6b16a21 + b3e84dd commit 3c1383f

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"react-native-tableview-simple": "0.17.5",
140140
"react-native-typography": "1.3.0",
141141
"react-native-vector-icons": "4.6.0",
142-
"react-navigation": "2.13.0",
142+
"react-navigation": "2.14.0",
143143
"react-navigation-material-bottom-tabs": "0.4.0",
144144
"react-redux": "5.0.7",
145145
"redux": "3.7.2",

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5909,17 +5909,21 @@ [email protected]:
59095909
version "2.1.0"
59105910
resolved "https://registry.yarnpkg.com/react-native-safari-view/-/react-native-safari-view-2.1.0.tgz#1e0cd12c62bce79bc1759c7e281646b08b61c959"
59115911

5912+
react-native-safe-area-view@^0.10.0:
5913+
version "0.10.0"
5914+
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.10.0.tgz#e8e9228d22698c0f82ad1202d24a4e4977260489"
5915+
dependencies:
5916+
hoist-non-react-statics "^2.3.1"
5917+
59125918
react-native-safe-area-view@^0.7.0:
59135919
version "0.7.0"
59145920
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.7.0.tgz#38f5ab9368d6ef9e5d18ab64212938af3ec39421"
59155921
dependencies:
59165922
hoist-non-react-statics "^2.3.1"
59175923

5918-
react-native-safe-area-view@^0.9.0:
5919-
version "0.9.0"
5920-
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.9.0.tgz#10ece2ecac70e7005a5b0b3f06c8833060e6d21f"
5921-
dependencies:
5922-
hoist-non-react-statics "^2.3.1"
5924+
react-native-screens@^1.0.0-alpha.8:
5925+
version "1.0.0-alpha.9"
5926+
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.9.tgz#0d036192e248d454cb7601b659e7630fd0e37e9d"
59235927

59245928
59255929
version "3.4.2"
@@ -6048,9 +6052,11 @@ [email protected]:
60486052
prop-types "^15.6.0"
60496053
react-navigation-tabs "^0.4.0"
60506054

6051-
6052-
version "0.3.0"
6053-
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.3.0.tgz#cdd056771e5fd12114811824653b1ec7e9ae5de1"
6055+
6056+
version "0.4.0"
6057+
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.4.0.tgz#6e1f0800c086ceedfb38005ae20d50c4877396ef"
6058+
dependencies:
6059+
react-native-screens "^1.0.0-alpha.8"
60546060

60556061
60566062
version "0.7.0"
@@ -6071,20 +6077,20 @@ react-navigation-tabs@^0.4.0:
60716077
react-native-safe-area-view "^0.7.0"
60726078
react-native-tab-view "^1.0.0"
60736079

6074-
react-navigation@2.13.0:
6075-
version "2.13.0"
6076-
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.13.0.tgz#7102ff7cbc492c8daf2ad90fc80463c3469f8b78"
6080+
react-navigation@2.14.0:
6081+
version "2.14.0"
6082+
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.14.0.tgz#ed685ec883270b25a3fc317db666c34c7bae564e"
60776083
dependencies:
60786084
clamp "^1.0.1"
60796085
create-react-context "0.2.2"
60806086
hoist-non-react-statics "^2.2.0"
60816087
path-to-regexp "^1.7.0"
60826088
query-string "^6.1.0"
60836089
react-lifecycles-compat "^3"
6084-
react-native-safe-area-view "^0.9.0"
6090+
react-native-safe-area-view "^0.10.0"
60856091
react-navigation-deprecated-tab-navigator "1.3.0"
60866092
react-navigation-drawer "0.5.0"
6087-
react-navigation-stack "0.3.0"
6093+
react-navigation-stack "0.4.0"
60886094
react-navigation-tabs "0.7.0"
60896095

60906096
react-proxy@^1.1.7:

0 commit comments

Comments
 (0)