Open choco14t opened 3 years ago
I had the same issue in the project I'm currently working with The issue, more precisely is: When the user navigate to another screen while the QRCode is being rendering/loading, then in android the app crashes
Thanks for reporting the issue @choco14t. I'll try to take a look at it and push a fix soon.
hi, is there any fix for this dependencies? or do you have a qr code library recommendation @choco14t ?. I'm making a project using qr code, and I'm looking for the right one. This react-native-qrcode-svg
have an issue for me. Thank you.
TL;DR
Crashes when navigate to a screen contains
<QRCode />
.Detail
Navigate to screen and render QRCode correctly the first time. But, second time is crashing when move to the screen again.
According to this issue, occurs by
<WebView />
wrapped<View />
.In another issue, to avoid this problem set
androidHardwareAccelerationDisabled={true}
at parent<View />
or set styleopacity: 0.99
at<WebView />
.Reproduce Code
Dependencies