How to Install and Create an Expo App on macOS in Under 60 Seconds |

Published: 20 February 2023
on channel: Arslan
10,879
77

Yo in this video we'll learn how to setup and install expo cli and create an expo app all in under 60 seconds!!!!

Steps:

Open the Terminal app on your Mac by pressing Command + Space and typing "Terminal" into Spotlight.

Install Homebrew by entering the following command in your Terminal window: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"

Install Node.js by entering the following command in your Terminal window: brew install node

Install the Expo CLI package globally by entering the following command in your Terminal window: npm install -g expo-cli

Verify that Expo CLI is installed properly by entering the following command in your Terminal window: expo --version

Create a new Expo app by entering the following command in your Terminal window: npx create-expo-app your-app-name --npm

Note: Replace "your-app-name" with the desired name of your app, using dashes instead of spaces.

To view the newly created app in the iOS emulator, enter the following command in your Terminal window: npm run ios

To view the newly created app in the Android emulator, enter the following command in your Terminal window: npm run android

LINKS: https://linktr.ee/arslan99

Please don't forget Like, Comment and Subscribe if you're new!
Support the channel 😁: https://www.paypal.com/donate/?busine...


Watch video How to Install and Create an Expo App on macOS in Under 60 Seconds | online without registration, duration hours minute second in high quality. This video was added by user Arslan 20 February 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 10,879 once and liked it 77 people.