Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

22 lines
443 B
Markdown

# @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).