Fix white flash on startup (#1759)
This commit is contained in:
parent
46f3265936
commit
3e5a64b454
3 changed files with 7 additions and 3 deletions
|
@ -34,7 +34,6 @@ const App = observer(function AppImpl() {
|
|||
setRootStore(store)
|
||||
analytics.init(store)
|
||||
notifications.init(store)
|
||||
SplashScreen.hideAsync()
|
||||
Linking.getInitialURL().then((url: string | null) => {
|
||||
if (url) {
|
||||
handleLink(url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue