Skip to content
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

Android app crushed when use version 6.1.1 #204

Open
RunliSong opened this issue Aug 14, 2024 · 3 comments
Open

Android app crushed when use version 6.1.1 #204

RunliSong opened this issue Aug 14, 2024 · 3 comments

Comments

@RunliSong
Copy link

I have notice that your code has been updated on yesterday with new version 6.3.2. However our app is still using the old version which is 6.1.1 and when your QRCode component has mounted, there is an error shows up.

"The Property 'TextEncoder' is not exist"

I have no idea why your new changes could effect the old versions(I believe it happens on multiple versions ), but it does happened .
Then we updated to the new version and the crush is fixed.

I highly suggest that you can look into this issue, cause it will still in out app on old versions.

Thank you

@RunliSong
Copy link
Author

Am I the only one who faced on this issue?

@andordavoti
Copy link

Solved this temporarily by adding a polyfill.

Installed "fast-text-encoding"

Then add import "fast-text-encoding" where you are importing this library.

Elanthingal added a commit to Elanthingal/react-native-qrcode-svg that referenced this issue Sep 7, 2024
@Elanthingal
Copy link

Elanthingal commented Sep 7, 2024

#213 - Need Reviewers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants