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

Commit 8c93437

Browse files
committed
fix: fix incorrect reference to react-navigation. fixes #334
1 parent 88db371 commit 8c93437

File tree

4 files changed

+32
-418
lines changed

4 files changed

+32
-418
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-native-unimodules": "^0.7.0-rc.1",
2727
"react-native-web": "^0.11.4",
2828
"react-native-webview": "7.4.3",
29-
"react-navigation": "^4.0.7",
29+
"react-navigation": "^4.0.10",
3030
"react-navigation-drawer": "^2.2.2",
3131
"react-navigation-tabs": "^2.5.5"
3232
},

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10129,10 +10129,10 @@ react-navigation-tabs@^2.5.5:
1012910129
react-native-safe-area-view "^0.14.6"
1013010130
react-native-tab-view "^2.9.0"
1013110131

10132-
react-navigation@^4.0.7:
10133-
version "4.0.7"
10134-
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-4.0.7.tgz#cc7ce334fef009242494d623e50e9cf79eb63ddd"
10135-
integrity sha512-0tTWanq870Hyr1VGHuj98+myRHNQnKgpRgjgzhAwVuLShyPIB9OnoLGIwIcqEdxgxGo+JMFmIGg8KCr7xapfgg==
10132+
react-navigation@^4.0.10:
10133+
version "4.0.10"
10134+
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-4.0.10.tgz#ddf41134600689d6ba99e35dd22ba1f664f91e5c"
10135+
integrity sha512-7PqvmsdQ7HIyxPUMYbd9Uq//VoMdniEOLAOSvIhb/ExtbAt/1INSjUF+RiMWOMCWLTCNvNPRvTz7xy7qwWureg==
1013610136
dependencies:
1013710137
"@react-navigation/core" "^3.5.1"
1013810138
"@react-navigation/native" "^3.6.2"

0 commit comments

Comments
 (0)