ansavchenco
ansavchenco

Reputation: 685

Where to find documentation on `react-native.config.js` file?

I have created new React Native project using its CLI. One of the generated files is react-native.config.js. I cannot find any documentation on it. It's not mentioned on the React Native website and I couldn't find documentation for the CLI.

Upvotes: 7

Views: 9509

Answers (1)

Abe
Abe

Reputation: 5508

react-native-config.js is used by the React Native CLI. You can read about it in the CLI docs here: https://github.com/react-native-community/cli/blob/main/docs/configuration.md

Upvotes: 8

Related Questions