Issue
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 href="https://reactnative.dev/" rel="nofollow noreferrer">React Native website and I couldn't find documentation for the CLI.
Solution
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
Answered By - Abe
Answer Checked By - - Terry (ReactFix Volunteer)