You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(rn): add ADB reverse port forwarding for Metro connection
React Native Android apps connect to localhost:8081 by default, but Metro
runs on a dynamically allocated port (e.g., 8091). Add ADB reverse port
forwarding before deployment so the app can reach Metro:
adb reverse tcp:8081 tcp:$METRO_PORT
This fixes the "Unable to load script" error shown in the app.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments