# expo-modules-autolinking

> Scripts that autolink Expo modules.

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

## Install

```sh
npm install expo-modules-autolinking
pnpm add expo-modules-autolinking
yarn add expo-modules-autolinking
bun add expo-modules-autolinking
```

Provides the command `expo-modules-autolinking`.

## Health

**Score 80/100 (A)** — status: active.

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 57.0.13 |
| Published | 2026-09-11 |
| First published | 2021-05-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 854.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52212 |
| Author | 650 Industries, Inc. |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, ccheever, wschurman |
| Keywords | expo, expo-module, autolinking, unimodules |

## Links

- npm: https://www.npmjs.com/package/expo-modules-autolinking
- Repository: https://github.com/expo/expo
- Homepage: https://github.com/expo/expo/tree/main/packages/expo-modules-autolinking#readme
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/expo-modules-autolinking

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^4.1.0
- [commander](https://npm.io/package/commander.md) ^7.2.0
- [@expo/spawn-async](https://npm.io/package/@expo/spawn-async.md) ^1.8.0
- [@expo/require-utils](https://npm.io/package/@expo/require-utils.md) ^57.0.5

## Recent versions

- 57.0.13 (latest) — 2026-09-11
- 58.0.2 (next) — 2026-09-15
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 56.0.23 (sdk-56) — 2026-08-28
- 55.0.27 (sdk-55) — 2026-08-25
- 3.0.27 (sdk-54) — 2026-08-17
- 56.0.14-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 55.0.9-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 2.1.15 (sdk-53) — 2026-02-10
- 1.11.1 (sdk-51) — 2024-04-23
- 1.10.3 (sdk-50) — 2024-02-06
- 58.0.1 — 2026-09-14
- 58.0.0 — 2026-09-10
- 58.0.0-canary-20260908-e343e6e — 2026-09-08
- 58.0.0-canary-20260902-26df09e — 2026-09-02
- … 324 more at https://npm.io/package/expo-modules-autolinking/versions

## README

<p>
  <a href="https://docs.expo.dev/modules/autolinking/">
    <img
      src="../../.github/resources/expo-modules-autolinking.svg"
      alt="expo-modules-autolinking"
      height="64" />
  </a>
</p>

Scripts that autolink Expo modules.

# API documentation

- [Documentation for the latest stable release](https://docs.expo.dev/modules/autolinking/)

# Installation in managed Expo projects

For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](#api-documentation). If you follow the link and there is no documentation available then this library is not yet usable within managed projects &mdash; it is likely to be included in an upcoming Expo SDK release.

# Installation in bare React Native projects

For bare React Native projects, you must ensure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-expo-modules/) before continuing.

### Add the package to your npm dependencies

```
npm install expo-modules-autolinking
```

# 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-modules-autolinking · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
