Make sure you have Node 12 LTS or greater installed, download from
Use npm to install the Expo CLI command line utility
sudo npm install -g expo-cli
or
sudo npm install expo-cli --global
Then (use expo) run the following commands to create a new React Native project called "AwesomeProject":
expo init AwesomeProject
cd AwesomeProject
npm start
# you can also use: expo start
expo commands: