Learning & Tutorials
Troubleshooting
Solutions for common issues during installation, build, and runtime
Troubleshooting Guide
Find quick solutions to common errors.
Categories
- Installation Issues: npm/yarn errors, dependency conflicts.
- Environment Setup: Node.js, Ruby, CocoaPods, Android SDK.
- Build Errors: EAS Build failures, Xcode/Gradle errors.
- Runtime Errors: Red screens, app crashes, black screens.
General Debugging Steps
- Clear Cache:
npx expo start --clear - Reinstall Dependencies:
rm -rf node_modules && yarn install - Check Logs: Read the terminal output carefully.
- Search Documentation: Use the search bar for specific error codes.
Still stuck? Ask your AI assistant (Cursor/Antigravity) by pasting the error log.