Skip to content

Adding HTTPS connection to bundle for Android #832

Open
@unamed000

Description

@unamed000

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions