# expo-eas-client

> Stable client identifier for EAS services

Latest version **57.0.4** (published 2026-09-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install expo-eas-client
pnpm add expo-eas-client
yarn add expo-eas-client
bun add expo-eas-client
```

## 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.4 |
| Published | 2026-09-11 |
| First published | 2022-04-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 19.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52336 |
| Author | 650 Industries, Inc. |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, ccheever, wschurman |
| Keywords | react-native, expo, eas-client, EASClient |

## Links

- npm: https://www.npmjs.com/package/expo-eas-client
- Repository: https://github.com/expo/expo
- Homepage: https://github.com/expo/expo/tree/main/packages/expo-eas-client
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/expo-eas-client

## Recent versions

- 57.0.4 (latest) — 2026-09-11
- 58.0.0 (next) — 2026-09-10
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 56.0.2-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 55.0.3-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 0.12.0 (sdk-51) — 2024-04-18
- 0.11.2 (sdk-50) — 2024-01-18
- 58.0.0-canary-20260902-26df09e — 2026-09-02
- 58.0.0-canary-20260901-2164f24 — 2026-09-02
- 57.0.3 — 2026-09-01
- 57.0.2 — 2026-08-26
- 58.0.0-canary-20260812-27f94d4 — 2026-08-12
- 58.0.0-canary-20260806-8c2d007 — 2026-08-06
- 57.0.0-canary-20260723-64edab9 — 2026-07-23
- 57.0.0-canary-20260720-b6d63bc — 2026-07-20
- … 191 more at https://npm.io/package/expo-eas-client/versions

## README

# expo-eas-client

Information related to EAS.

## Client ID Discussion

Stable client identifier for EAS services.

On iOS, this is stored in NSUserDefaults which is persisted and backed up. Upon restore (set up new iOS device for example), the identifier should be the same.

On Android, this is stored in SharedPreferences. By default since Android 6, SharedPreferences are backed up automatically via Auto Backup, though some devices or apps may not (for example, if `android:allowBackup="true"` is not specified in AndroidManifest.xml).

## Contributing

Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).

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