Ron Radtke
Ron Radtke
We just got a PR for iOS background download . Android can do it with the download manager
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
Are you using libraries like RNN or maybe two navigators (button tabs + stack) or so? I could imagine that there are problems if the root view can't be accessed...
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
@rifad4u that's right, except if you're changing navigators somewhen during the life cycle. But I honselty don't have a better idea right know either. I might be solved once I...
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
@rifad4u it sounds wired as a behaviour. I'm sorry but I currently don't have an explanation for it. If you have the chance it would be great to try to...
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
~~I managed to reproduce it now in a local app but unsure yet how to fix it~~
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
@cjpete could you test if the eventDispatcher is set and maybe if you get a bridge in https://github.com/RonRadtke/react-native-blob-util/blob/132051c1204051f5148a0b4bfede00ed99f47c44/ios/ReactNativeBlobUtil/ReactNativeBlobUtil.mm#L71 ? Sadly my repro for reproduction was a fail and I'm still...
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
Any new Informationen? Anyone? Could it be that it only happens when the appnis in the background or any idea based on yours app usage pattern? I'm currently rewriting the...
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
@rifad4u @emelyanova Thank you for the information. Could you try to remove /comment out this line: https://github.com/RonRadtke/react-native-blob-util/blob/132051c1204051f5148a0b4bfede00ed99f47c44/index.js#L45 And see if youbstill can reproduce it? I so far didn't manage to...
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
Too bad 😕 @rifad4u I assume you can't create an example repo for reproducing it either? But I hope I get the new event emitting rework for ios done next...
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
Thank you. Otherwise what could be interesting is if you have an eventdispatcher in this line or if it is e.g. null. So basically if the issue is somewhere there...