I am having trouble getting started with react native. I used the sudo npm i -g react-native-cli
and it said "changed 85 packages, and audited 86 packages in 8s
40 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities"
and then when I enter react-native init project
it says no such command found
CodePudding user response:
Please check this url.
https://reactnative.dev/docs/environment-setup
Thank you. Regards.