Removes drawer actions from react-navigation-web (#4549)

* Removes drawer actions from react-navigation-web

* Lint fix
This commit is contained in:
Julian Paas 2018-10-03 18:44:28 -04:00 committed by Brent Vatne
parent 9824e90b9f
commit 4bd6f17b46

View File

@ -27,9 +27,6 @@ module.exports = {
get StackActions() {
return require('./routers/StackActions').default;
},
get DrawerActions() {
return require('./routers/DrawerActions').default;
},
// Routers
get StackRouter() {