I am trying to create a react native app using create-react-native-app. I have npm install.
I have install create react native by adding the following command to my terminal (on mac).
sudo npm install -g create-react-native-app
When I try and create a create react native app by running the following command I get told that the command is not found.
create-react-native-app myNativeApp
bash: create-react-native-app: command not found
Is there any way I can fix this or am I doing something wrong? I am new to create react native app.