Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native 0.60.0 & 0.60.x Android For animated GIF support

In latest version of React Native 0.60.x animated GIF is not working I am using following fresco version.

compile 'com.facebook.fresco:fresco:1.10.0'
compile 'com.facebook.fresco:animated-gif:1.10.0'
like image 696
Mayuresh Patil Avatar asked Dec 13 '22 11:12

Mayuresh Patil


1 Answers

Use following it works for me for RN v0.60.3

implementation 'com.facebook.fresco:fresco:2.0.0'
implementation 'com.facebook.fresco:animated-gif:2.0.0'
like image 164
Mayuresh Patil Avatar answered Jan 05 '23 14:01

Mayuresh Patil