expo-cli
expo-cli copied to clipboard
Tools for creating, running, and deploying universal Expo and React Native apps
### 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...
### 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...
### 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,...
### 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:...
# 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...
### 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:...
### 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...
### 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...
> 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...