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
🌐
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.
🌐
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.
🌐
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 ·...
🌐
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.

Find elsewhere
🌐
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 ·
🌐
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 › 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.
🌐
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.
🌐
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%
🌐
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
🌐
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 ...
🌐
npm
npmjs.com › package › expo
expo - npm
The Expo SDK. Latest version: 54.0.29, last published: 5 days ago. Start using expo in your project by running `npm i expo`. There are 1731 other projects in the npm registry using expo.
      » npm install expo
    
Published   Dec 12, 2025
Version   54.0.29
Author   Expo
🌐
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.

🌐
React
react.dev › learn › creating-a-react-app
Creating a React App – React
npx create-expo-app@latest · If you’re new to Expo, check out the Expo tutorial. Expo is maintained by Expo (the company). Building apps with Expo is free, and you can submit them to the Google and Apple app stores without restrictions. Expo additionally provides opt-in paid cloud services.
🌐
GitHub
github.com › expo › expo › issues › 35552
Running npx create-expo-app@latest creates app with a react v18 dependency · Issue #35552 · expo/expo
March 17, 2025 - Summary When I execute npx create-expo-app@latest my package.json shows a dependency on react: 18.3.1 but I expected v19. Here is my package.json dependencies right after creating the app: "dependencies": { "@expo/vector-icons": "^14.0.2...
Published   Mar 17, 2025