Ron Radtke

Results 144 comments of Ron Radtke

@JakobKrummeichAndrena @raphpay have you been able to tests the patch?

It all boils down to what you want your user to do. `ReactNativeBlobUtil.fs.dirs.LegacyDCIMDir` is private to your app. So it will not show int he users gallery, or downloads for...

No, no idea why that is happening.... Does it always crash or just with certain files / paths? And only base64?

Could you create a pull-request? Makes it easier to check and test

Just switch to https://www.npmjs.com/package/react-native-blob-util Shouldn't be any issue there

https://github.com/joltup/rn-fetch-blob/issues/863

I theoretically can merge here - but I can't release new updates and we are waiting for months for feedback.... So I am using my fork: https://www.npmjs.com/package/@ronradtke/react-native-markdown-display until we get...

No you can't. The library is using native requests, not using the fetch offered by react-native. Therefore react-native-debugger can't intercept and inspect these. You would need to use some network...

Sorry but I can't do anything with that error report. Can't even see a hint that the error is coming from this libarary

Feel fre to update it :) Under the hood we are using okhttp3 and the file will be written to the filesystem during onResponse. So unless we get multipe onResponse...