Installing Expo-CLI
Expo-CLI is a command line app that is the main interface between a developer and Expo tools. It is widely used for its simplicity while making a React-Native Project.
So once again open the Command Prompt and type commands-:
npm install -g expo-cli
Once the expo-cli is successfully installed, you can verify the installation via-:
expo --version
.png)
Somewhat it will look like the particular screen. Once you successfully install the expo-cli move on to next Step.
6
