mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
Exported withNavigation to web (#330)
This commit is contained in:
@@ -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; },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user