Expo Documentation
docs.expo.dev › more › expo-cli
Expo CLI - Expo Documentation
November 11, 2025 - Build and run the native apps locally: npx expo run:ios and npx expo run:android. Install and update packages that work with the version of react-native in your project: npx expo install package-name.
npm
npmjs.com › package › expo-cli
expo-cli - npm
July 5, 2023 - If you have problems with the code in this repository, please file issues & bug reports at https://github.com/expo/expo-cli. Thanks! Installation instructions and documentation here.
» npm install expo-cli
I need to install Expo but I already have React Native CLI setup on Mac I need to do working with both projects
Just install expo-cli globally as well as react-native-cli. I am using both of them with yarn. So no conflict. Just follow the original documentation. More on reddit.com
Why cant i install expo?
Facing same issue! Also tried - npm install —global expo-cli and npx expo start. Node modules are not getting installed. Have you found the fix? More on reddit.com
sh: 1: expo: Permission denied" & EAS Build metadata upload failure
Step 1: Add this to your eas.json file it should work "cli": { "version": ">= 15.0.6", "appVersionSource": "remote", "requireCommit": "true" }, IF step 1 doesnt work move to Step 2: $ npm i -g [email protected] More on reddit.com
I'll be hated for this, but I don't want Expo shoved down my throat
I agree with you. Bare RN CLI should be supported and Expo should always be on its side. Now it's the other way around. More on reddit.com
Videos
10:58
Installing Expo CLI, making an app, running the app - YouTube
03:14
How To Install Expo CLI | Windows 11 vs code - YouTube
03:55
React Native Expo CLI: Step-by-Step Environment Setup (2025 Guide) ...
02:42
How to Create an Expo Account & Install EAS CLI Globally ...
Expo
expo.dev
Expo
Created a new expo app, copied my src folder along with some package installs and was ready in just a few minutes!
Fig
fig.io › manual › expo-cli
expo-cli | Fig
expo-cli client:install:ios · expo-cli client:install:android · expo-cli credentials:manager · expo-cli customize:web · expo-cli eject · expo-cli prebuild · expo-cli bundle-assets · expo-cli prepare-detached-build · expo-cli export · expo-cli fetch:ios:certs ·
GitHub
github.com › expo › expo-cli
GitHub - expo/expo-cli: Tools for creating, running, and deploying universal Expo and React Native apps
January 18, 2024 - The modern local Expo CLI is included with the expo package and does not need to be installed separately. Run it with npx expo.
Starred by 2.7K users
Forked by 479 users
Languages TypeScript 86.3% | HTML 6.9% | JavaScript 6.8%
React Native
reactnative.dev › docs › getting-started-without-a-framework
Get Started Without a Framework · React Native
1 week ago - You can use React Native Community CLI to generate a new project. Let's create a new React Native project called "AwesomeProject": ... This is not necessary if you are integrating React Native into an existing application, or if you've installed Expo in your project, or if you're adding Android ...
Reddit
reddit.com › r/reactnative › i need to install expo but i already have react native cli setup on mac i need to do working with both projects
r/reactnative on Reddit: I need to install Expo but I already have React Native CLI setup on Mac I need to do working with both projects
April 16, 2023 -
I need to install Expo but I already have React Native CLI setup on Mac I need to do work with both projects
Top answer 1 of 3
3
Just install expo-cli globally as well as react-native-cli. I am using both of them with yarn. So no conflict. Just follow the original documentation.
2 of 3
2
There is no issue using Expo CLI for one project and RNC CLI for another. The “expo” package provides the CLI tools that are run with “npx expo ”.
Top answer 1 of 11
3
Facing same issue! Also tried - npm install —global expo-cli and npx expo start. Node modules are not getting installed. Have you found the fix?
2 of 11
2
Faced same issue and solved it. The cause is that babel-plugin-react-compiler has been updated. Can you try `npm i [email protected]` and `npx expo start`.