4d4028d8d6
Summary:
**Motivation**
Currently, when supplying a URL with protocol scheme `http` or `https` to the WebSocket module:
```
new WebSocket("http://10.0.2.2:8080")
```
it will result in the following error:
![Unable to get cookie from http://10.0.2.2:8080](https://cloud.githubusercontent.com/assets/661993/23584771/f3f9573e-011f-11e7-839e-eb100c8cb5d2.png)
When a WebSocket URL with protocol scheme `http` or `https` is used the method [`getDefaultOrigin`](
|
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
DEFS | ||
DevExperience.md | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
release.gradle |
README.md
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.