itinance / itinance/react-native-fs
copyFileAssets does not properly overwrite existing files
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Documentation states that `copyFileAssets Will overwrite destPath if it already exists`. This is not true. If the new file is smaller than existing, it will replace the first bytes of existing destination file, but will not truncate file size.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.