binaryminds / react-native-sse

Event Source implementation for React Native. Server-Sent Events (SSE) for iOS and Android 🚀
https://www.npmjs.com/package/react-native-sse
MIT License
202 stars 30 forks source link

doesn't seem to be working with android ? #11

Closed JoshW219 closed 2 years ago

JoshW219 commented 2 years ago

anything I could try to get it to run on android ?

it works perfectly on IOS.

thank you.

JoshW219 commented 2 years ago

seems that it doesn't work on android in debug mode. works well in release mode.

sudharsangs commented 1 year ago

Any solution to make it work with debug mode as well?

Shubham8507 commented 8 months ago

Any solution to make it work with debug mode as well?

+1

@wojciechkrol @vkourtis any solution for this?

EmilJunker commented 8 months ago

Any solution to make it work with debug mode as well?

Just comment out Flipper as described here: https://stackoverflow.com/questions/69235694/react-native-cant-connect-to-sse-in-android/69235695#answer-69235695