diff options
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r-- | src/App.web.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx index 1c6efba8f..84d3b6cd6 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -16,6 +16,7 @@ function App() { view.setup() setupState().then(store => { setRootStore(store) + store.nav.bindWebNavigation() getInitialURL().then(url => { if (url) { store.nav.handleLink(url) |