expo react native init
npm install expo-cli --global expo init my-app cd my-app expo start
Here is what the above code is Doing:
1. Install the Expo CLI command line utility
2. Create a new project using the blank template
3. Navigate to the new project directory
4. Start the development server