Search code examples
javascriptandroidreactjsreact-nativecommand

React Native - Error: Failed to load configuration of your project


I tried to create a react native app but I'm getting error when I run "npx react-native init newProject" this command. Can someone help how can I create a react native app and why I'm getting this error everytime

strong textenter image description here


Solution

  • Fix it by specifying a lower version

    npx react-native@0.70 init AwesomeProject --version 0.70