STEP 1:
Dependency Updates
Dependency Updates
# Clear all caches
rm -rf node_modules/.cache
npm start -- --reset-cache
# Full clean reinstall
rm -rf node_modules package-lock.json
npm install
# Development build
npm run build:debug
# Production build
npm run build:release
npm test
# Check for available devices
vega device list
# Start virtual device if needed
vega virtual-device start
# Install the app (debug build)
vega device install-app --dir . -b Debug
# Launch the app
vega device launch-app --dir .
# Verify app is running
vega device running-apps
After launching, manually verify:
If you encounter issues during the build or verification process, see Troubleshoot React Native 0.83 Migration Issues.
Last updated: Jul 09, 2026
