美文网首页
RN开发Android支持gif图片

RN开发Android支持gif图片

作者: channelRead0 | 来源:发表于2018-05-08 15:23 被阅读0次

    网上搜的添加如下依赖
    compile 'com.facebook.fresco:animated-gif:0.13.0
    缺少文件,闪退;
    改为
    compile 'com.facebook.fresco:animated-gif:0.12.0
    缺少不同于0.13的文件,闪退;
    其实都少了fresco基包。
    需要同时依赖

    compile 'com.facebook.fresco:fresco:+'
    compile 'com.facebook.fresco:animated-gif:+'
    

    成功。

    相关文章

      网友评论

          本文标题:RN开发Android支持gif图片

          本文链接:https://www.haomeiwen.com/subject/kvqwrftx.html