Ron Radtke

Results 69 comments of Ron Radtke

Did there already exist a file with the same name? Some Android versions were struggling if the filename was already used. That's the reason for me asking

Since this lib is using native code, are you all making sure that the native code is included? Depending on what you're doing you might have to use expo prebuilt....

@m-sterspace thanks for the nice sum-up. @SpencerGreene As small explanation why you need to do this. React-Native has two (and in detail a few more) parts. There is the javascript...

No there is currently no more reliable way sorry.

Currently all cookies available to the app will automatically be sent. For Android it should be easy to add an option. ios unsure

I'll see if I can adjust the code to automatically strip the file:// part

> @sentry0 you could open a PR. This is open source software after all, you're asking people to do work for free. Thank you! A PR is always very much...

> Hello, > > Thank you for maintaining the package. > > We were using `ReactNativeBlobUtil.fs.dirs.DownloadDir` but we figured out that it's no longer point to the `Download` directory in...

Do you see this error while debugging yourself? Depending on the file size it could be that e.g. a change from wifi to mobile network happens and the download gets...

@birdofpreyru i have a lot of the functionality in my lib https://www.npmjs.com/package/react-native-blob-util Including mediastorage APIs and so on... Therefor my suggestion to not work on both but join forces and...