itinance / itinance/react-native-fs

copyAssetsFileIOS not working for gifs

Open
#1,067 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.