mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 09:20:54 +08:00
Exported withNavigation to web (#330)
This commit is contained in:
committed by
Satyajit Sahoo
parent
a41e8b58a0
commit
2f1105dd08
@@ -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