Skip to main content
Mobile Launcher
Learning & Tutorials

Troubleshooting

Solutions for common issues during installation, build, and runtime

Troubleshooting Guide

Find quick solutions to common errors.

Categories

General Debugging Steps

  1. Clear Cache: npx expo start --clear
  2. Reinstall Dependencies: rm -rf node_modules && yarn install
  3. Check Logs: Read the terminal output carefully.
  4. Search Documentation: Use the search bar for specific error codes.

Still stuck? Ask your AI assistant (Cursor/Antigravity) by pasting the error log.