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
parent be0dc597a7
commit 5be41dc134

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() {