Create and Start a project
Creating a react native project and starting the created project
1
Create a project
npx create-expo-app@latestTemplate
Description
Default template. Designed to build multi-screen apps. Includes recommended tools such as Expo CLI, Expo Router library and TypeScript configuration enabled. Suitable for most apps.
Installs minimum required npm dependencies without configuring navigation.
A Blank template with TypeScript enabled.
Installs and configures file-based routing with Expo Router and TypeScript enabled.
A Blank template with native directories (android and ios) generated. Runs npx expo prebuild during the setup.
Last updated