在最新版本的React Native 0.60.x动画GIF中,我无法使用以下壁画版本。
compile 'com.facebook.fresco:fresco:1.10.0'
compile 'com.facebook.fresco:animated-gif:1.10.0'
答案 0 :(得分:0)
将版本更改为2.0.0
compile 'com.facebook.fresco:animated-gif:2.0.0'
您不需要使用compile 'com.facebook.fresco:fresco:1.10.0'
编辑。
在我的项目上,编译仍在工作,但是将其更改为实现不会出现任何问题,因此您一切顺利!
implementation 'com.facebook.fresco:animated-gif:2.0.0'
答案 1 :(得分:0)
使用以下对我适用的RN v0.60.3
implementation 'com.facebook.fresco:fresco:2.0.0'
implementation 'com.facebook.fresco:animated-gif:2.0.0'