We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey Ably,
I've been facing an issue with implementing the vcdiff-decoder library within a React Native project.
vcdiff-decoder
Ably: RealtimeChannel.onMessage(): [ErrorInfo: Error processing the utf-8 encoding, decoder returned ‘Property 'TextDecoder' doesn't exist’; statusCode=400; code=40013]
I have finally fixed it by importing text-encoding-polyfill at the very root of the app.
text-encoding-polyfill
I think you should add in the documentation this specific React Native installation.
PR has been raised just below 👇🏼
The text was updated successfully, but these errors were encountered:
Hi @anthlasserre — thanks for raising this issue; we'll investigate and decide the best way to implement support for React Native.
Sorry, something went wrong.
No branches or pull requests
Hey Ably,
I've been facing an issue with implementing the
vcdiff-decoder
library within a React Native project.I have finally fixed it by importing
text-encoding-polyfill
at the very root of the app.I think you should add in the documentation this specific React Native installation.
PR has been raised just below 👇🏼
The text was updated successfully, but these errors were encountered: