You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Schwartz10 I'm also facing the same issue, I'm tryna create a progress bar and show percentage when downloading a file, but i don't to get any readable stream when i call response.body.getReader(). Did you manage to get a workaround by using react-native-http? Thought i should ask instead of wasting my time setting it up and find out it doesn't work...
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?
The text was updated successfully, but these errors were encountered: