Open
Description
Introduction
We're building a React Native hosting service that allow external developers to access the pre-built engine to make their own stuff.
This requires that the native app connect to custom hostname and ports
Details
In iOS, we're able to connect to a React Native hosting via HTTPS and WSS. Problem is with Android, there is no way i can figure out to do that for now.
The only way in Android at the moment was to set the "debug_http_host", which can change the "hostname" and the "port".
The problem is in Android it will always try to point to "HTTP" in the DevServerHelper.
Discussion points
- Support Android for being able to connect to HTTPS, instead of only HTTP.
Metadata
Metadata
Assignees
Labels
No labels