Add a temporary lexicon refactor guard (#235)
* Add a temporary lexicon refactor guard * Fix test * Fix tsconfig formatting
This commit is contained in:
parent
fcd8c7b037
commit
dc7b5a34e7
5 changed files with 54 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue