Hagen Hübel

Results 46 comments of Hagen Hübel

@pewh "Apps Sandbox" means that every iOS-app got its own "home"-folder with several sub-directories like an own "tmp" and "Documents" and "Caches" and so on. This lib will not be...

Thanks for contributing. PLs take a look at #1088, where UTF-8 encoding was addressed. Both PR together will cause merge conflicts and problably side effects.

I use [react-native-sound](https://github.com/zmxv/react-native-sound) to play files that was downloaded once before with RNFS.

@themakerman > @itinance did you accessed the files stored locally on iOS device? Yes, sure. On Android the prefix "file://" is required sometimes while on iOS not.

@eslambasher have you tried "react-native-sound". I have 4 apps with this both for iOS and android that plays local audio files that was downloaded with RNFS. The same for video...

@eslambasher where have you stored the files? Document-Directory? Caches-Directory? You should show at least some code that people can get an idea of what you are talking about in detail

This is strange. We use downloadFile with large Zip-FIles in our [Zizzle-App](https://www.zizzle.io/) very unblocking. Download happens in the background, a progressbar is shown at the bottom of the screen during...

Thank you very much! How should we proceed here? I'd like to have at least one or two other devs testing this PR before merging. However, I don't have any...

@asklar thank you very much for the review! As I can see, @avmoroz did many changes according to your appreciated comments. How can we proceed here?

Well, such things happen when you are blowing your devices memory with such a big file. It was never a good practice to load a file completely into memory. You...