expo-cli icon indicating copy to clipboard operation
expo-cli copied to clipboard

Tools for creating, running, and deploying universal Expo and React Native apps

Results 131 expo-cli issues
Sort by recently updated
recently updated
newest added

### Summary I started a new clean Bare workflow project using expo-cli. After successful initialization, I run `yarn ios`. Unfortunately, the command failed with an error message `[ios.xcodeproj]: withIosXcodeprojBaseMod: Could...

needs more info

### Summary running expo run:ios. works great in simulators. cannot get an install on a physical device. same device has no issues being recognized as part of the project when...

needs review

### Summary I had to wipe my computer and re set up development environment. Since doing this, the app runs but I have no way to see it. after reinstalling,...

needs review

### Summary `yarn audit` shows https://www.npmjs.com/advisories/1005029 as a critical vulnerability, due to an old version of `react-dev-utils`. ### Environment ``` Expo CLI 5.1.2 environment info: System: OS: macOS 12.1 Shell:...

needs review

# Why Resolves #2206 Different developers are ended up with different cocoapods versions which causes problems with Podfile.lock being generated differently. # Test Plan ~I need help with this. I'm...

## Description Expo server crashes frequently. I was reporting that I had the same symptoms as Issue #519, but that was my mistake. ## Expected Behavior The server crashes while...

OS: Windows
error message improvement needed

### Summary As you can see by the title, npx expo-optimize is failing to work. The error told me to report that as a bug, so here's the full error:...

needs review

### Summary I created the app using the command npx exp init myapp and also installed the expo-cli globally. In both scenarios, the expo app present in the google play...

needs review

### Summary We have an expo app based on SDK v44 at the moment - SDK v45 has just been released. We use `expo client:install:android --non-interactive --latest` with our CI...

needs review

> Error: node_modules directory is missing. Please run `npm install` in your project directory. when using yarn v2 expo can't able to find node_modules folder ( due to yarn v2...

enhancement
help wanted