You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reloader.configure({
check: 'firstStart', // Only make an additional check the first time the app ever starts
checkTimer: 3000, // Wait 3 seconds to see if new code is available on first start
refresh: 'startAndResume', // Refresh to already downloaded code on both start and resume
});
The text was updated successfully, but these errors were encountered:
this is my configuration
Reloader.configure({
check: 'firstStart', // Only make an additional check the first time the app ever starts
checkTimer: 3000, // Wait 3 seconds to see if new code is available on first start
refresh: 'startAndResume', // Refresh to already downloaded code on both start and resume
});
The text was updated successfully, but these errors were encountered: