pusher / pusher-websocket-react-native

React Native official Pusher SDK
MIT License
61 stars 52 forks source link

[SDK] Add host, wsPort, wssPort for configuration #161

Open bradleybernard opened 3 months ago

bradleybernard commented 3 months ago

Description

Both iOS and Android SDKs have host, wsPort and wssPort but RN SDK doesn't allow it. Expose it to RN world, so that configurations are the same!

NOTE: No iOS changes since it takes in a generic dictionary and is handled already by native Swift SDK.