pusher / pusher-websocket-react-native

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

[SDK] Add host, wsPort, and wssPort configurations #165

Open MuhmdRaouf opened 3 weeks ago

MuhmdRaouf commented 3 weeks ago

Description

This pull request introduces the ability to configure host, wsPort, and wssPort for Android, aligning it with the existing functionality in iOS. Additionally, these configurations are now exposed via JavaScript.

Parameter Android iOS
host
wsPort
wssPort

CHANGELOG