A React Native module to download an animated gif in camera roll.
Install the package:
npm install --save react-native-fetch-gif
react-native link react-native-fetch-gif
Note: At the moment this module is only for iOS
import FetchGif from 'react-native-fetch-gif';
FetchGif.saveToCameraRoll(gifUrl);