# expo-updates

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

Latest version **57.0.23** (published 2026-09-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install expo-updates
pnpm add expo-updates
yarn add expo-updates
bun add expo-updates
```

Provides the command `expo-updates`.

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 57.0.23 |
| Published | 2026-09-18 |
| First published | 2019-07-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 15 |
| Unpacked size | 1.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52327 |
| Author | 650 Industries, Inc. |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, ccheever, wschurman |
| Keywords | react-native, expo, updates |

## Links

- npm: https://www.npmjs.com/package/expo-updates
- Repository: https://github.com/expo/expo
- Homepage: https://docs.expo.dev/versions/latest/sdk/updates/
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/expo-updates

## Dependencies (15)

- [arg](https://npm.io/package/arg.md) ^4.1.0
- [glob](https://npm.io/package/glob.md) ^13.0.0
- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [debug](https://npm.io/package/debug.md) ^4.3.4
- [getenv](https://npm.io/package/getenv.md) ^2.0.0
- [ignore](https://npm.io/package/ignore.md) ^5.3.1
- [nullthrows](https://npm.io/package/nullthrows.md) ^1.1.1
- [@expo/plist](https://npm.io/package/@expo/plist.md) ^0.8.1
- [resolve-from](https://npm.io/package/resolve-from.md) ^5.0.0
- [expo-manifests](https://npm.io/package/expo-manifests.md) ~57.0.2
- [expo-eas-client](https://npm.io/package/expo-eas-client.md) ~57.0.4
- [@expo/spawn-async](https://npm.io/package/@expo/spawn-async.md) ^1.8.0
- [expo-updates-interface](https://npm.io/package/expo-updates-interface.md) ~57.0.2
- [expo-structured-headers](https://npm.io/package/expo-structured-headers.md) ~57.0.1
- [@expo/code-signing-certificates](https://npm.io/package/@expo/code-signing-certificates.md) ^0.0.6

## Recent versions

- 57.0.23 (latest) — 2026-09-18
- 56.0.27 (sdk-56) — 2026-09-17
- 55.0.31 (sdk-55) — 2026-09-17
- 58.0.5 (next) — 2026-09-16
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 29.0.20 (sdk-54) — 2026-08-17
- 56.0.18-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 55.0.12-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 0.27.5 (sdk-52) — 2026-01-31
- 0.28.18 (sdk-53) — 2026-01-31
- 0.24.11 (sdk-50) — 2024-02-16
- 58.0.4 — 2026-09-15
- 58.0.3 — 2026-09-14
- 58.0.2 — 2026-09-14
- 58.0.1 — 2026-09-14
- … 483 more at https://npm.io/package/expo-updates/versions

## README

<p>
  <a href="https://docs.expo.dev/versions/latest/sdk/updates/">
    <img
      src="../../.github/resources/expo-updates.svg"
      alt="expo-updates"
      height="64" />
  </a>
</p>

The `expo-updates` module enables your app to manage remote updates to your application code.

This module works with a server that implements the [Expo Update protocol](https://docs.expo.dev/technical-specs/expo-updates-1/).

The [EAS Update](https://docs.expo.dev/eas-update/introduction/) hosted service implements this protocol.

To build a custom server that implements the protocol, see the example server source code [here](https://github.com/expo/custom-expo-updates-server).

## Important documentation links

- [Getting started](https://docs.expo.dev/eas-update/getting-started/)
- [How EAS Update works](https://docs.expo.dev/eas-update/how-it-works/)
- [Debugging](https://docs.expo.dev/eas-update/debug/)
- [Migration from Classic Updates](https://docs.expo.dev/eas-update/migrate-from-classic-updates/)
- [Updates JS API](https://docs.expo.dev/versions/latest/sdk/updates/)

# Installation in bare React Native projects

Learn how to install expo-updates in your project in the [Installing expo-updates documentation page](https://docs.expo.dev/bare/installing-updates/).

---
_Source: https://npm.io/package/expo-updates · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
