I'm facing an issue where event listeners for 'message' and 'error' aren't being invoked when using the library within an Expo app, despite the EventSource connection being established.
Environment:
Expo SDK Version: 51.0.0
Platform: Android, iOS
Expected Behavior:
The 'message' event listener should be invoked when the server sends an event, and the 'error' event listener should be triggered in case of connection errors.
I kindly request your assistance in resolving this issue. Please let me know if you require further information or have any suggestions.