React Native Command Not Found

If react-native is not recognized you can try to run

npm install -g react-native-cli

# or with a force flag.
npm install -g react-native-cli --force