react-native 安卓支持 gif动态图

需要在android/app/build.gradle文件中添加模块

    //这一行没有的话得加上才行
    compile "com.facebook.fresco:fresco:1.5.0"
    //如果你需要支持 gif动图
    compile "com.facebook.fresco:animated-gif:1.5.0"

然后重新启动下就行了

原文地址:https://www.cnblogs.com/bruce-gou/p/8621901.html