Create Expo App

Initialize your Expo app using popular package managers. A template with TypeScript and file navigation will be installed. Visit the official docs to customize further.

exporeact-nativecli

Step 1: Create a new project

npx create-expo-app@latest

Step 2: You'll be prompted to name your project

After cloning, navigate into the project directory to start setting up.

What is your app named? > my-app

Step 3: Start your app

cd my-app
npx expo start