TextDecoder Missing in React Native Hermes for HttpClient Usage
I don't know if this is the right place, but I have been using Effect with react native, specifically the HttpClient and the only issue that I have when running on mobile (hermes) is TextDecoder doesn't exist on that platform/engine. TextEncoder was added recently, but it lacks a TextDecoder on which HttpClient relies on. Anyone else also using effect on react-native?
