Keeping the ipfs client from reading responses from the IPFS daemon properly.
facebook/react-native#12912
related discussion: react-native-community/discussions-and-proposals#99
The good news is that the calls are working - network request was made, received, and returned. Just needs to be read appropriately.

Wondering if a polyfill like https://github.com/remy/polyfills/blob/master/EventSource.js would fix this?