joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.81k stars 772 forks source link

cp,mv,mkdir methods doesn't work(code:eunspecified is thrown). #689

Closed vishalenrique closed 3 years ago

vishalenrique commented 3 years ago

Hi, I did not find any documentation wherein it was specified that we have to remove 'file://' from the file's path to make these methods work. Created this just in case if it helps anyone in the future.

vishalenrique commented 3 years ago

Remove "file://" from the file's path.