TextDecoder not implemented Trpc react-native httpBatchStreamLink
Receiving the stream relies on the TextDecoder and TextDecoderStream APIs, which is not available in React Native. If you still want to enable streaming, you need to polyfill those. any refrence to this?
2 Replies
currently try
in my_layout.tsx
and ran expo run:ios but still getting same error
Did you manage to manage to make it work eventually? I'm facing the same problem @2035Builder