0

I'm using rn-fetch-blob library to read/write file base64 in React Native. When I read a file (pdf) have big size (~50Mb), I try using readStream and writeStream method of rn-fetch-blob but I got Error: Out of memory. Anyone give me solution for this problem? Thanks in advance

Rino
  • 53
  • 7

1 Answers1

3

I think you need to use react-native-fs and you can find from below link https://blog.logrocket.com/how-to-access-file-systems-react-native/

Mahammad Momin
  • 600
  • 2
  • 13