livekit / client-sdk-react-native

Official React Native SDK for LiveKit.
https://livekit.io
Apache License 2.0
110 stars 30 forks source link

fix: fix TextDecoder polyfill not working #147

Closed davidliu closed 4 months ago

davidliu commented 4 months ago

RN 0.74 onwards includes TextEncoder but not TextDecoder, breaking the polyfill check. This uses a forked version of fastestsmallesttextencoderdecoder, which checks for TextDecoder independently.

Fork is found at: https://github.com/davidliu/FastestSmallestTextEncoderDecoder