1

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.

ansavchenco
  • 535
  • 6
  • 14

1 Answers1

4

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

Abe
  • 4,500
  • 2
  • 11
  • 25