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
The console is throwing the below listed errors in Failure Logs
Steps to Reproduce
Follow all the steps in the readme
run the app as usual using terminal.
Failure Logs
Solution
Navigate to AndroidManifest.xml and add android:usesCleartextTraffic="true" to node. or try running adb reverse tcp:8081 tcp:8081 , This should probably solve your error.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Perfectly Running App without no pre-log Errors.
Current Behavior
The console is throwing the below listed errors in Failure Logs
Steps to Reproduce
Failure Logs
Solution
Navigate to
AndroidManifest.xml
and addandroid:usesCleartextTraffic="true"
to node. or try runningadb reverse tcp:8081 tcp:8081
, This should probably solve your error.The text was updated successfully, but these errors were encountered: