Ron Radtke

Results 143 comments of Ron Radtke

@rifad4u I got the ios part of the new eventemitter structure done and did a basic testing on it. you can use it by setting the version of react-native-blob-util to...

Both screenshots are the same request or what are you showing here? Did you check if the event is being fired within the native code?

What's the problem with the session? Cookie based sessions shouldn't be an issue. I would assume the data in response.data is the problem. What encoding does it have? You might...

Looks like we are limited on the amount of receivers per pid. The Request class I'm using internally extends BroadcastReceiver. Every download will create a new one. So you somewhen...

No there isn't. I think there is more likely a problem that the receivers are not correctly destroyed/ unregistered.So that basically the request objects don't die after being finished and...

https://github.com/RonRadtke/react-native-blob-util/issues/226 I put it on my todo

Should be fixed with the new event system

Thank you. Since you can reproduce it on your device, any chance to fix it?

Personally I prefer to not have to make multiple calls for first writing / moving a file and then setting the attribute (at least for the public api). But in...

Hey, I had it removed / limited to certain SDK in the past but that caused problems for some migrating over from the old lib so I added it again....