react-native-fs icon indicating copy to clipboard operation
react-native-fs copied to clipboard

What is the maximum file size you can download and save using the library?

Open nikith-k opened this issue 5 years ago • 3 comments

Hi, I am new to react-native. I wanted to know do we have a upper limit for the total file size while using react-native-fs? If yes, then what is the limit? I want to store multiple images using this library, so I wanted to know it.

nikith-k avatar Jun 14 '20 11:06 nikith-k

It will be fine as long as there is enough storage space on the device you're using it. I'm downloading large PDF documents ranging from 100-300mb without any problems. The "limit" is independent of the features that react-native-fs provide.

exotexot avatar Jun 20 '20 10:06 exotexot

I am facing an issue with files greater then 196670 size as it gives me error any solution?

crackhack8266 avatar Nov 30 '23 04:11 crackhack8266

I have such error 1.5mb file and can wait 10 min but nothing happens

konchak007 avatar Feb 14 '24 13:02 konchak007