Add RNGH as a dependency of react-navigation

This commit is contained in:
Brent Vatne
2018-10-11 12:53:49 -07:00
parent 18c54eb690
commit e3ce4dae1e
2 changed files with 10 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
"path-to-regexp": "^1.7.0",
"query-string": "^6.1.0",
"react-lifecycles-compat": "^3",
"react-native-gesture-handler": "^1.0.0",
"react-native-safe-area-view": "0.11.0",
"react-native-screens": "^1.0.0-alpha.12",
"react-navigation-deprecated-tab-navigator": "1.3.0",

View File

@@ -5418,6 +5418,15 @@ react-lifecycles-compat@^3, react-lifecycles-compat@^3.0.4:
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
react-native-gesture-handler@^1.0.0:
version "1.0.8"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.0.8.tgz#c2799741bf6443bb542892b0a36201a6d9ded209"
integrity sha512-Lc6PV5nKXgZdDeky96yi6gAM1UJHaYwzZbZyph0YuSv/L6vTtN+KPGsKyIENoOyxLJ/i43MSNn7fR+Xbv0w/xA==
dependencies:
hoist-non-react-statics "^2.3.1"
invariant "^2.2.2"
prop-types "^15.5.10"
react-native-safe-area-view@0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.11.0.tgz#4f3dda43c2bace37965e7c6aef5fc83d4f19d174"