jayesbe / react-native-cacheable-image

An Image Component for React Native that will cache itself to disk.
MIT License
304 stars 78 forks source link

Make background downloads optional and default to off #34

Closed nbolender closed 7 years ago

nbolender commented 7 years ago

On iOS, background downloads are executed in the background, so running several download jobs end up being very slow (see http://stackoverflow.com/a/28229078).

I propose making this parameter optional, and defaulting it to false.

jayesbe commented 7 years ago

Thanks. I actually adjusted it so it defaults to false on ios but defaults as true otherwise.