UNPKG

expo-updates

Version:

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

6 lines (5 loc) 128 B
export default { async reload(): Promise<void> { if (typeof window !== 'undefined') window.location.reload(true); }, };