I am very new to React native.
Following the documentation, after putting the command $react-native init AwesomeProject
I'm getting: react-native command not found
I am very new to React native.
Following the documentation, after putting the command $react-native init AwesomeProject
I'm getting: react-native command not found
Try typing npm i -g react-native-cli
.