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 text
2
I just ran into the same issue too. Looking for a solution too.
Fix it by specifying a lower version
npx [email protected] init AwesomeProject --version 0.70
Click here to cancel reply.
2
Answers
I just ran into the same issue too. Looking for a solution too.
Fix it by specifying a lower version
npx [email protected] init AwesomeProject --version 0.70