chrisnojima 728a35fcf2 fix incorrect type which makes animated gifs not loop forever on device (#22987)
Summary:
https://github.com/facebook/react-native/issues/22985

This 1 liner fixes the animation looping being broken on ios devices. The original source of the bug is here: https://github.com/facebook/react-native/commit/95ef882#diff-e57b12f931820d7e0949e5cbb2701dcfR35

We set the value to a special large float, and assign it to repeatCount which is also a float, so this should be a float.

Changelog:

[iOS] [Fixed] - Fix animated GIFs not looping forever
Pull Request resolved: https://github.com/facebook/react-native/pull/22987

Differential Revision: D13682645

Pulled By: hramos

fbshipit-source-id: 96b0602b418e3ebe369427a24777cd4374ac5d48
2019-01-15 16:45:56 -08:00
..
2018-12-11 20:01:00 -08:00
2018-12-04 19:32:36 -08:00
2019-01-01 17:13:15 -08:00
2018-12-11 20:01:00 -08:00
2018-10-31 01:37:26 -07:00
2018-12-11 20:01:00 -08:00
2018-10-31 01:37:26 -07:00
2019-01-03 03:43:26 -08:00
2018-09-27 14:18:31 -07:00
2019-01-10 12:52:02 -08:00
2018-11-26 06:28:24 -08:00