Installation
Expo cli
install expo cli as globlal before creating the app
npm i -g expo-cli
expo init
create a new expo file by running on terminal in your current folder


on success you should see new folders being created

Testing
test if your expo is working or not by typing on terminal
expo start --web
Last updated
Was this helpful?