You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use react-native-qrcode and noticed that after upgrading the React Native v0.60 and turning on hermes, the QR code was broken. We debugged the issue and found that the problem comes when the library tries to stringify this renderCanvas function and then insert it into some HTML to show in the webview.
When calling .toString() on the function we found that we were actually getting
function renderCanvas(a0) { [ native code ] }
instead of getting a string of the actual function.
I realize this is probably not a very common use case, but figured I'd report it in case anyone else is seeing anything similar.
lauriharpf, SohelIslamImran, matthargett, jaredh159, Stophface and 1 more