August 20
Edit

Setup React Project

Make sure you have Node 12 LTS or greater installed, download from

https://nodejs.org/en/

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:

Send us a message. We will reply as soon as we can.