Move all drawer code into react-navigation-drawer (#4435)

* Move all drawer code into react-navigation-drawer

* Remove react-native-drawer-layout-polyfill from package.json
This commit is contained in:
Brent Vatne
2018-06-06 12:11:28 -07:00
committed by GitHub
parent 7f86362e86
commit 45391db7d9
14 changed files with 111 additions and 1131 deletions

View File

@@ -35,9 +35,9 @@
"path-to-regexp": "^1.7.0",
"prop-types": "^15.5.10",
"react-lifecycles-compat": "^3",
"react-native-drawer-layout-polyfill": "^1.3.2",
"react-native-safe-area-view": "^0.8.0",
"react-navigation-deprecated-tab-navigator": "1.3.0",
"react-navigation-drawer": "0.2.0",
"react-navigation-tabs": "0.5.0"
},
"devDependencies": {