# @react-native-community/cli-config

> This package is part of the [React Native CLI](../../README.md). It contains commands for managing the configuration of React Native app.

Latest version **20.2.0** (published 2026-06-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @react-native-community/cli-config
pnpm add @react-native-community/cli-config
yarn add @react-native-community/cli-config
bun add @react-native-community/cli-config
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 20.2.0 |
| Published | 2026-06-25 |
| First published | 2022-02-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 80.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2936 |
| Maintainers | bartoszklonowski, titozzz, empyrical, cpojer, mattoakes, ferrannp, mike866, krizzu, trensik, thymikee, nicholaslee119, mmazzarolo, rewieer, janicduplessis, swaagie, kelset, johandutoit, vonovak, wojteg1337, naturalclar, connectdotz, pvinis, brentvatne, evanbacon, eliwhite, simek, alloy, cortinico, safaiyeh, dmitryrykun, lunaleaps, wootwootwoot, react-native-bot, szymonrybczak, react-native-community-bot, okwasniewski |

## Links

- npm: https://www.npmjs.com/package/@react-native-community/cli-config
- Repository: https://github.com/react-native-community/cli
- Homepage: https://github.com/react-native-community/cli/tree/main/packages/cli-config
- Issues: https://github.com/react-native-community/cli/issues
- npm.io page: https://npm.io/package/@react-native-community/cli-config

## Dependencies (6)

- [joi](https://npm.io/package/joi.md) ^17.2.1
- [deepmerge](https://npm.io/package/deepmerge.md) ^4.3.0
- [fast-glob](https://npm.io/package/fast-glob.md) ^3.3.2
- [picocolors](https://npm.io/package/picocolors.md) ^1.1.1
- [cosmiconfig](https://npm.io/package/cosmiconfig.md) ^9.0.0
- [@react-native-community/cli-tools](https://npm.io/package/@react-native-community/cli-tools.md) 20.2.0

## Recent versions

- 20.2.0 (latest) — 2026-06-25
- 17.0.1 (17.x) — 2025-11-05
- 18.0.1 (18.x) — 2025-11-05
- 19.1.2 (19.x) — 2025-11-05
- 20.0.0-alpha.2 (next) — 2025-07-24
- 16.0.3 (16.x) — 2025-04-17
- 14.1.2 (14.x) — 2024-12-12
- 12.3.7 (12.x) — 2024-06-05
- 11.4.1 (11.x) — 2024-02-19
- 20.1.3 — 2026-03-24
- 20.1.2 — 2026-02-24
- 20.1.1 — 2026-01-28
- 20.1.0 — 2026-01-07
- 20.0.2 — 2025-09-09
- 20.0.1 — 2025-08-20
- … 137 more at https://npm.io/package/@react-native-community/cli-config/versions

## README

# @react-native-community/cli-config

This package is part of the [React Native CLI](../../README.md). It contains commands for managing the configuration of React Native app.

## Installation

```sh
yarn add @react-native-community/cli-config
```

## Commands

### `config`

Usage:

```sh
npx react-native config
```

Output project and dependencies configuration in JSON format to stdout. Used by [autolinking](./../../docs/autolinking.md).

---
_Source: https://npm.io/package/@react-native-community/cli-config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
