Rapsssito / react-native-tcp-socket

React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.
MIT License
303 stars 81 forks source link

fix: prevent iOS crash #159

Closed zakharchenkoAndrii closed 1 year ago

zakharchenkoAndrii commented 1 year ago

Starting from Expo 45 NativeEventEmitter requires params to be defined explicitly. Otherwise, it is crashing with

image
Rapsssito commented 1 year ago

@zakharchenkoAndrii, this change just breaks the event bridge between the native module and JS. I cannot add this PR, sorry.