Add a temporary lexicon refactor guard (#235)

* Add a temporary lexicon refactor guard

* Fix test

* Fix tsconfig formatting
This commit is contained in:
Paul Frazee 2023-02-28 11:57:49 -06:00 committed by GitHub
parent fcd8c7b037
commit dc7b5a34e7
5 changed files with 54 additions and 3 deletions

View file

@ -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)