Skip to content

Commit 24d9330

Browse files
authored
Merge pull request #2978 from StoDevX/greenkeeper/react-navigation-2.13.0
Update react-navigation to the latest version 🚀
2 parents e552192 + 69d0cd8 commit 24d9330

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"react-native-tableview-simple": "0.17.5",
136136
"react-native-typography": "1.3.0",
137137
"react-native-vector-icons": "5.0.0",
138-
"react-navigation": "2.11.2",
138+
"react-navigation": "2.13.0",
139139
"react-navigation-material-bottom-tabs": "0.3.0",
140140
"react-redux": "5.0.7",
141141
"redux": "3.7.2",

yarn.lock

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,7 @@ create-react-class@^15.6.3:
21782178
loose-envify "^1.3.1"
21792179
object-assign "^4.1.1"
21802180

2181-
create-react-context@^0.2.1, create-react-context@^0.2.2:
2181+
create-react-context@0.2.2, create-react-context@^0.2.1, create-react-context@^0.2.2:
21822182
version "0.2.2"
21832183
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.2.tgz#9836542f9aaa22868cd7d4a6f82667df38019dca"
21842184
dependencies:
@@ -6022,9 +6022,9 @@ react-native-safe-area-view@^0.7.0:
60226022
dependencies:
60236023
hoist-non-react-statics "^2.3.1"
60246024

6025-
react-native-safe-area-view@^0.8.0:
6026-
version "0.8.0"
6027-
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.8.0.tgz#22d78cb8e8658d04a10cd53c1546e0bc86cb7aea"
6025+
react-native-safe-area-view@^0.9.0:
6026+
version "0.9.0"
6027+
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.9.0.tgz#10ece2ecac70e7005a5b0b3f06c8833060e6d21f"
60286028
dependencies:
60296029
hoist-non-react-statics "^2.3.1"
60306030

@@ -6164,14 +6164,17 @@ [email protected]:
61646164
react-native-paper "2.0.0-alpha.4"
61656165
react-navigation-tabs "^0.4.0"
61666166

6167-
6168-
version "0.6.0"
6169-
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.6.0.tgz#2f526194f4360e56c2702e736887449acc2080dc"
6167+
6168+
version "0.3.0"
6169+
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.3.0.tgz#cdd056771e5fd12114811824653b1ec7e9ae5de1"
6170+
6171+
6172+
version "0.7.0"
6173+
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.7.0.tgz#c89d41e501043f7fdb38550de85814452c3e6104"
61706174
dependencies:
61716175
hoist-non-react-statics "^2.5.0"
61726176
prop-types "^15.6.1"
61736177
react-lifecycles-compat "^3.0.4"
6174-
react-native-safe-area-view "^0.7.0"
61756178
react-native-tab-view "^1.0.0"
61766179

61776180
react-navigation-tabs@^0.4.0:
@@ -6184,20 +6187,21 @@ react-navigation-tabs@^0.4.0:
61846187
react-native-safe-area-view "^0.7.0"
61856188
react-native-tab-view "^1.0.0"
61866189

6187-
react-navigation@2.11.2:
6188-
version "2.11.2"
6189-
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.11.2.tgz#cd099f6d7d09efe48ef8463614a3abb113d45c01"
6190+
react-navigation@2.13.0:
6191+
version "2.13.0"
6192+
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.13.0.tgz#7102ff7cbc492c8daf2ad90fc80463c3469f8b78"
61906193
dependencies:
61916194
clamp "^1.0.1"
6192-
create-react-context "^0.2.1"
6195+
create-react-context "0.2.2"
61936196
hoist-non-react-statics "^2.2.0"
61946197
path-to-regexp "^1.7.0"
61956198
query-string "^6.1.0"
61966199
react-lifecycles-compat "^3"
6197-
react-native-safe-area-view "^0.8.0"
6200+
react-native-safe-area-view "^0.9.0"
61986201
react-navigation-deprecated-tab-navigator "1.3.0"
61996202
react-navigation-drawer "0.5.0"
6200-
react-navigation-tabs "0.6.0"
6203+
react-navigation-stack "0.3.0"
6204+
react-navigation-tabs "0.7.0"
62016205

62026206
react-proxy@^1.1.7:
62036207
version "1.1.8"

0 commit comments

Comments
 (0)