DEV Community

Cover image for How to create a mobile app with expo
amirabourogaa
amirabourogaa

Posted on

How to create a mobile app with expo

Expo Cli is an easy way to create and develop react native application with live changes bundling
Go to the cmd:
npx create-expo-app my-app
cd my-app
expo start
Happy hacking :D

Top comments (0)