I want to install simple react native app
I have write following commands
npm i -g create-react-native-app
npm create-react-native-app my-project
but it showing following error
what should i do?
I want to install simple react native app
I have write following commands
npm i -g create-react-native-app
npm create-react-native-app my-project
but it showing following error
what should i do?
It looks like you need to install git.
See instructions for installing git on Windows from here: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git