mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6f2e6f170e
Summary: [After migrate to new GIF implementation](https://github.com/facebook/react-native/pull/24822), we need to do some cleanup, before, we already unify the gif loop count between iOS and Android, more details please see https://github.com/facebook/react-native/pull/21999, so let's unify it again. ## Changelog [iOS] [Fixed] - Fixes animated gifs incorrectly looping Pull Request resolved: https://github.com/facebook/react-native/pull/25612 Test Plan: example gif should repeat playback twice. ``` <Image style={styles.gif} source={{uri: "https://user-images.githubusercontent.com/475235/47662061-77011f00-db57-11e8-904f-a1824912ace9.gif"}} /> ``` Reviewed By: sammy-SC Differential Revision: D16280067 Pulled By: osdnk fbshipit-source-id: 2351499855f1e0e97c358fa0b3544dd2cc0cf703