itinance / itinance/react-native-fs
copyAssetsFileIOS not working for gifs
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
## steps to reproduce
```js
// item is a GIF image picked from IOS camera roll
const destination = `${RNFS.TemporaryDirectoryPath}${item.filename}`
let absolutePath = await RNFS.copyAssetsFileIOS(item.uri, destination, 0, 0)
// by checking directly in the destination, we find that the GIF has been converted into PNG
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.