I see that JS bundle include huge JS polypill for a`TextEncoder` <img width="1481" height="726" alt="Image" src="https://github.com/user-attachments/assets/bfd1f7b1-6764-4b7a-941a-50490f2aacb5" /> that was exported by `react-native-qrcode-svg` package <img width="780" height="335" alt="Image" src="https://github.com/user-attachments/assets/8964cf8d-2dd8-4b99-94f6-de9949e6ec82" /> https://github.com/Expensify/react-native-qrcode-svg/tree/main?tab=readme-ov-file#react-native-projects But from the [README](https://github.com/Expensify/react-native-qrcode-svg/tree/main?tab=readme-ov-file#react-native-projects) and code: https://github.com/Expensify/react-native-qrcode-svg/blob/9a81c9b11f8addc0d153338bf1d902e8c186d0cc/textEncodingTransformation.js#L25-L29 It's clear: `text-encoding` should be included for React Native 0.75 and lower
I see that JS bundle include huge JS polypill for a
TextEncoderthat was exported by
react-native-qrcode-svgpackagehttps://github.com/Expensify/react-native-qrcode-svg/tree/main?tab=readme-ov-file#react-native-projects
But from the README and code:
https://github.com/Expensify/react-native-qrcode-svg/blob/9a81c9b11f8addc0d153338bf1d902e8c186d0cc/textEncodingTransformation.js#L25-L29
It's clear:
text-encodingshould be included for React Native 0.75 and lower