about summary refs log tree commit diff
path: root/src/App.native.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-28 11:57:49 -0600
committerGitHub <noreply@github.com>2023-02-28 11:57:49 -0600
commitdc7b5a34e72b63b039c6bc44543a8938add6b406 (patch)
tree0c004fd74fc3474ec411cd6fac40c1d03cb0cbd2 /src/App.native.tsx
parentfcd8c7b037908e28f7d0393960eccbd6a734c143 (diff)
downloadvoidsky-dc7b5a34e72b63b039c6bc44543a8938add6b406.tar.zst
Add a temporary lexicon refactor guard (#235)
* Add a temporary lexicon refactor guard

* Fix test

* Fix tsconfig formatting
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r--src/App.native.tsx1
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)