I got it the correct command would be:

npx create-expo-app@latest --template

and select the blank from the options to get the bare minimum configuration, just like the React Native one with JavaScript.

Answer from Paresh Bhamare on Stack Overflow
🌐
Expo Documentation
docs.expo.dev › more › create-expo
create-expo-app - Expo Documentation
Check out the --example option to initialize your project with one of the example apps that demonstrate specific features and integrations. Use this option to initialize a project using an example from expo/examples. ... Running npx create-expo-app --example with-react-navigation sets up a project similar to the default template, but configured with plain React Navigation library
🌐
npm
npmjs.com › package › create-expo-app
create-expo-app - npm
Create universal Expo apps. Latest version: 3.5.3, last published: 4 months ago. Start using create-expo-app in your project by running `npm i create-expo-app`. There are no other projects in the npm registry using create-expo-app.
      » npm install create-expo-app
    
Published   Aug 21, 2025
Version   3.5.3
Author   Evan Bacon
🌐
npm
npmjs.com › package › create-expo
Create Expo App
Create universal Expo apps. Latest version: 3.5.10, last published: 18 days ago. Start using create-expo in your project by running `npm i create-expo`. There are no other projects in the npm registry using create-expo.
      » npm install create-expo
    
Published   Dec 04, 2025
Version   3.5.10
Author   Evan Bacon
🌐
Expo Documentation
docs.expo.dev › tutorial › create-your-first-app
Create your first app - Expo Documentation
- npx create-expo-app@latest StickerSmash # Navigate to the project directory · - cd StickerSmash · This command will create a new project directory named StickerSmash, using the default template.
🌐
Expo Documentation
docs.expo.dev › get-started › create-a-project
Create a project - Expo Documentation
- npx create-expo-app@latest · You can choose a different template by adding the --template option. You have a project.
🌐
React Native
reactnative.dev › docs › environment-setup
Get Started with React Native · React Native
The team at Expo also provides ... To create a new Expo project, run the following in your terminal: shell · npx create-expo-app@latest ·...
🌐
Expo Documentation
docs.expo.dev
Expo Documentation
- npx create-expo-app@latest · Then continue setting up your environment. Start Tutorial · Ship apps with zero config or no prior experience. Launch easily guides you through the technical stuff, directly from GitHub. No config or prior knowledge needed.Try Launch ·
Find elsewhere
🌐
Reddit
reddit.com › r/reactnative › npx create-expo-app@latest
r/reactnative on Reddit: npx create-expo-app@latest
August 15, 2024 -

Hello everyone,

I'm relatively new to the world of react-native.

I've now come across the fact that I wanted to learn some React in my spare time and made something with ChakraUi.

Now my app has been built so well that I want to convert it into a mobile app.

I have read a lot that the first step with Expo was a good solution for me.

But I have some questions that I still have problems understanding.

If I want to build a new app with npx create-expo-app@latest, the structure is quite complicated for me at first and the one thing is that TypeScript is used.

I mainly only used JavaScript in my React app. Can I get away from TypeScript at all?

Another question is. Do I need such a complicated structure for now.

Can't I use something like this: https://snack.expo.dev/?platform=ios

Here the structure looks pretty simple and understandable.

🌐
Rn
rn.new
Create Expo Stack
Building a mobile app soon, def will use Create Expo Stack! ... Streamline your Expo project setup! Use npx rn-new instead of npx create-expo-app to configure and install common packages easily.
🌐
Obytes
starter.obytes.com › getting-started › create-new-app
Create a new App | React Native / Expo Starter
npx create-obytes-app@latest MyApp · The command will create an expo app named MyApp and install all the dependencies added by the starter. Note · Because we’re using the Expo custom dev client to support native dependencies with the starter, ...
🌐
Expo Documentation
docs.expo.dev › more › expo-cli
Expo CLI - Expo Documentation
Generate the native Android and iOS directories for your project: npx expo prebuild. Build and run the native apps locally: npx expo run:ios and npx expo run:android.
🌐
Expo Documentation
docs.expo.dev › workflow › overview
Develop an app with Expo - Expo Documentation
If you choose to do it locally, you can use CNG and then npx expo prebuild --clean, or you can create a development build using npx expo run android|ios or Android Studio and Xcode.
🌐
GitHub
github.com › expo › expo › issues › 33732
use `npx create-expo-app --template` create a new blank ts project · Issue #33732 · expo/expo
December 18, 2024 - in a development build, in Expo Go, in a standalone app, on web · Create a new expo project called test-expo with npx create-expo-app --template · ✔ Choose a template: › Blank (TypeScript) ✔ What is your app named? … test-expo ✔ Downloaded and extracted project files.
Published   Dec 18, 2024
🌐
GitHub
github.com › roninoss › create-expo-stack
GitHub - roninoss/create-expo-stack: CLI tool to initialize a React Native application with Expo. Provides options to include Typescript, file-based routing via Expo Router, configuration based routing via pure React Navigation, styling via Nativewind, Restyle, Unistyles, StyleSheets, or Tamagui, and/or backend as a service such as Firebase and Supabase.
An interactive CLI to create a highly configurable, typesafe Expo app. Get started by running npx rn-new@latest · 🎉 Over 100k Expo projects generated using CES! 🎉 · Support this project by becoming a sponsor.
Starred by 2.5K users
Forked by 111 users
Languages   TypeScript 44.6% | EJS 40.5% | Astro 7.2% | JavaScript 4.7% | CSS 2.9% | Shell 0.1%
🌐
Reddit
reddit.com › r/expo › npx create-expo-app@latest not working?
r/expo on Reddit: npx create-expo-app@latest not working?
June 7, 2024 -

Trying to set up expo and its giving me these errors

PS C:\Users\username> npx create-expo-app@latest

npm error code ENOENT

npm error syscall lstat

npm error path C:\Users\username\AppData\Roaming\npm

npm error errno -4058

npm error enoent ENOENT: no such file or directory, lstat 'C:\Users\username\AppData\Roaming\npm'

npm error enoent This is related to npm not being able to find a file.

npm error enoent

No matter what solutions I find online it doesn't appear to be working at all, I've tried clearing caches and creating json files but the same error happens every time. very new to this so any help will be appreciated thanks.

🌐
Medium
medium.com › @lemonconfidence101 › create-an-expo-app-without-typescript-4f92eb3c2109
Create an expo app without Typescript | by Lemon Confidence | Medium
October 10, 2024 - npx create-expo-app your-appname --template blank · Now, the original setup that expo@latest would give you includes file-based routing and you’d need to use that too. So we’d be using expo router. npx expo install expo-router · Navigate ...
🌐
GitHub
gist.github.com › shirakaba › dae8e6c7e442f3e9e5b4459709c3c661
Creating an Expo app in 2023 · GitHub
My environment for mobile app dev (Xcode, Ruby, etc.) should be in reasonably good shape already as I frequently develop with React Native and NativeScript. Go to https://docs.expo.dev, and see the Quick Start: npx create-expo-app ...
🌐
Galaxies.dev
galaxies.dev › quickwin › list-of-react-native-expo-templates
List of React Native Expo Templates | Galaxies.dev
npx create-expo-app --template blank-typescript · Still, there is no navigation included so you would have to set up and configure everything. This template is the most useful one in my opinion. It is using Typescript and has navigation included, which means it’s using the Expo Router: Command ·