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
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 addandroid:usesCleartextTraffic="true" to node. or try running adb reverse tcp:8081 tcp:8081 , This should probably solve your error.
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 node. or try running
AndroidManifest.xml
and addandroid:usesCleartextTraffic="true"
toadb reverse tcp:8081 tcp:8081
, This should probably solve your error.