Open ditkachuk opened 6 years ago
Seems like problem in https://github.com/joltup/rn-fetch-blob/blob/master/lib/oboe-browser.js#L2701 so removing export from here https://github.com/joltup/rn-fetch-blob/blob/master/index.js#L28 fixes the bug
i have the same problem :) A correction is planned ?
Yeah react-native 0.56 had quite a few breaking changes.
@megazoll I'm concerned that removing the JSON stream import will break other functionality of the library.
Digging down into the lib/oboe-browser.js
code it seems like it's expecting a global self
variable to be available, I wonder if a better fix would be to somehow remove the reference to self, or perhaps add a check to see if self is defined before trying to return it? I'm not super familiar with oboe-browser, I'm not sure if that was originally written by the library authors or if it is a vendored dependency and the files were just copied in from the oboe library.
same problem. And can be resolve according that.But What's the true reason is ?
Hello, we have a problem with release build after update to 0.56, application crushed after rn-fetch-blob import with error: