scorelab / Go-social

Community of today used to use mobile phones to make their life easier and Community based mobile applications are famous among them. There are several kind of community based applications in use and most of them are relating to a specific domain. But core components have similar features. Address this issue and saving development time by Introducing a common app template with customizable components for community based mobile applications , is the main purpose of this project.
Apache License 2.0
61 stars 89 forks source link

Solution for ` Could not connect to React Native development server` issues in Go-social #152

Open Yash621 opened 2 years ago

Yash621 commented 2 years ago

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

  1. Follow all the steps in the readme
  2. run the app as usual using terminal.

Failure Logs

Screenshot 2022-03-20 220838

Solution

Navigate to AndroidManifest.xml and addandroid:usesCleartextTraffic="true" to node. or try running adb reverse tcp:8081 tcp:8081 , This should probably solve your error.

parteekcoder commented 1 year ago

hi could you please assign me this issue