UNPKG

expo-updates

Version:

Fetches and manages remotely-hosted assets and updates to your app's JS bundle.

7 lines 176 B
export default { async reload() { if (typeof window !== 'undefined') window.location.reload(true); }, }; //# sourceMappingURL=ExpoUpdates.web.js.map