unstable_httpBatchStreamLink with React Native (Expo)
Has anyone managed to make the unstable_httpBatchStreamLink work with React Native (using Expo)?
I tried multiple solutions, but none of them worked.
Here is what is says in the docs :
React Native
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.
React Native
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.