-
Notifications
You must be signed in to change notification settings - Fork 21
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
Send/Receive Encoded Content #63
Conversation
I don't think you can do the kotlin modules in the next PR. It needs to be done in this one. This is a breaking change. Sending messages won't work at all in android now because you removed the |
Makes sense, will do this in 1 go — just updated the overview. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a couple small questions/comments, I think we can punt on the formatting for a follow up PR though to keep this one focused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Great work on this. I did a quick lint on the android files (removing unused imports and reformatting) and just pushed that in a commit.
🎉 This PR is included in version 1.6.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR adds the ability to send and receive encoded content on iOS and Android.
Android -
iOS -