diff options
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index 17b8b4552..8bb204923 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -28,6 +28,7 @@ const App = observer(() => { analytics.init(store) notifee.init(store) SplashScreen.hide() + store.hackCheckIfUpgradeNeeded() Linking.getInitialURL().then((url: string | null) => { if (url) { store.nav.handleLink(url) |