diff --git a/src/react-navigation.web.js b/src/react-navigation.web.js index 1d879a71..bde08583 100644 --- a/src/react-navigation.web.js +++ b/src/react-navigation.web.js @@ -17,4 +17,6 @@ module.exports = { get StackRouter() { return require('./routers/StackRouter').default; }, get TabRouter() { return require('./routers/TabRouter').default; }, + // HOCs + get withNavigation() { return require('./views/withNavigation').default; }, };