React native – ReferenceError: Property 'TextEncoder' doesn't exist
I'm using react native 0.72.4 I'm getting this error: Reference Error: Property 'Text Encoder' doesn't exist at multiple places in my app. I didn't use it explicitly but my npm packages like qr-code-svg uses this package. I don't know what…