ammarahm-ed / react-native-scoped-storage

MIT License
58 stars 10 forks source link

Create file using file data #30

Closed gkasireddy202 closed 2 years ago

gkasireddy202 commented 2 years ago

Hi,

How can i save the file in the external storage folder from URL?

createFile(data.uri,filename,mimetype).

Thank you.

ammarahm-ed commented 2 years ago

First write the file to app cache folder with RNFetchBlob then use the copyFile function to move it to the folder you need.