expo-updates
Version:
Fetches and manages remotely-hosted assets and updates to your app's JS bundle.
7 lines • 313 B
JavaScript
export var UpdateEventType;
(function (UpdateEventType) {
UpdateEventType["UPDATE_AVAILABLE"] = "updateAvailable";
UpdateEventType["NO_UPDATE_AVAILABLE"] = "noUpdateAvailable";
UpdateEventType["ERROR"] = "error";
})(UpdateEventType || (UpdateEventType = {}));
//# sourceMappingURL=Updates.types.js.map