about summary refs log tree commit diff
path: root/src/App.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r--src/App.web.tsx1
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)