Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 542 Bytes

configuration.md

File metadata and controls

14 lines (9 loc) · 542 Bytes

Configuration

React Native CLI has a configuration mechanism that allows changing its behavior and providing additional features.

React Native CLI can be configured by creating a react-native.config.js at the root of the project. Depending on the type of a package, the set of valid properties is different.

Check the documentation for

to learn more about different types of configuration and features available.