We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f6945 commit b96ed82Copy full SHA for b96ed82
app.json
@@ -19,7 +19,7 @@
19
},
20
"updates": {
21
"enabled": true,
22
- "fallbackToCacheTimeout": 0,
+ "fallbackToCacheTimeout": 20000,
23
"checkAutomatically": "ON_ERROR_RECOVERY",
24
"url": "https://u.expo.dev/1d5a474b-fc28-458a-a1e4-c9b4468bbfff"
25
src/screens/LoginScreen/SplashScreen.tsx
@@ -26,6 +26,7 @@ export const SplashScreen = () => {
26
console.log('Dowload update');
27
setStatusText('Downloading new app version...');
28
await Updates.fetchUpdateAsync();
29
+ setStatusText('Restarting app...');
30
await Updates.reloadAsync();
31
}
32
} catch (e) {
0 commit comments