react-native-fs
react-native-fs copied to clipboard
copyFileAssets does not properly overwrite existing files
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.