The provided value 'moz-chunked-arraybuffer' and 'ms-stream' is not a valid 'responseType'.

I’m getting two warnings on my Expo app.

Warning: The provided value ‘ms-stream’ is not a valid ‘responseType’.
Warning: The provided value ‘moz-chunked-arraybuffer’ is not a valid ‘responseType’.

It’s not crashing my app, but it is a pain to work with the Expo CLI with two huge warning messages. How can I avoid having this warning appearing on my Expo CLI runtime? YellowBox doesn’t work for this environment. And why I am getting these errors?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.