mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
Exported withNavigation to web (#330)
This commit is contained in:
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; },
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user