-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conversation.streamMessages() not working in React-native #223
Comments
Thank you for the detailed write up. I'll take a look 👀 |
Any updates on this issue? Any quick fix? |
I'm switching to this one now. Will report back early next week with my findings! |
Just want to pop in and say this is still under investigation. I did find one issue in testing Will continue to report progress as we dig in. |
@HassenMabrouki @shipunyc I have a streaming demo working over in the example repo! You can find more information in the PR description, but let me know if you run into any trouble with this approach. |
Closing this out because of inactivity. Please feel free to reopen if you're still having issues. |
Context
Attempting to use xmtp-js in React Native, I successfully integrate the SDK, I can send messages, and also get the messages list works fine.
Problem
Listen for new messages in a conversation it's not working
Screenshot
Expectation
As I followed the documentation, the expected result whenever I send a message from user A to user B, the message should be displayed for user B, but it is not the case for me.
The text was updated successfully, but these errors were encountered: