Open Hao-yiwen opened 3 months ago
This is my fix pull request. https://github.com/soldair/node-qrcode/pull/371
Hermes supports TextEncoder
since RN0.74 https://github.com/facebook/hermes/issues/948#issuecomment-2027124113
Yes, but RN0.74 boost in April 22, 2024.So many react native app will get error when use node-qrcode.
This js code can't work in react-native hermes engine.
data = encodeUtf8(data)
work great.