版本信息:

OS:  macOS Sierra 10.12.6Node:  8.3.0Yarn:  0.27.5npm:  5.5.1Xcode:  Xcode9.01 Build version 9a1004Android Studio:  2.3.3 react-native: 0.49.3react: 16.0.0-beta.5

rn上面android默认不支持gif图片加载需要在gradle配置一些库文件。

// For animated GIF supportcompile 'com.facebook.fresco:animated-base-support:0.14.1'compile 'com.facebook.fresco:animated-gif:0.14.1'    // For WebP support, including animated WebP compile 'com.facebook.fresco:animated-webp:0.11.0' compile 'com.facebook.fresco:webpsupport:0.11.0' // For WebP support, without animationscompile 'com.facebook.fresco:webpsupport:0.11.0'

今天如上配置


android加载gif图片_第1张图片 gradlegif.png

报错如下:


android加载gif图片_第2张图片 gifandorid.png
解决:
设置
compile 'com.facebook.fresco:fresco:1.5.0'compile 'com.facebook.fresco:animated-gif:1.5.0'

貌似在0.48版本以上一定要配置上
compile 'com.facebook.fresco:fresco:1.5.0'
这个库。

更多相关文章

  1. 获取当前应用的版本号/应用名称
  2. android从网络获取图片
  3. Android 开发图片压缩/缩略图的方法
  4. android读取系统相机及相册图片(亲测可用)
  5. android各版本的兼容问题
  6. react native android 调试时图片没有显示出来
  7. Android 图片平铺效果bitmap
  8. Android 保存图片到SQLite
  9. Android 将图片转化为缩略图再加载

随机推荐

  1. Android(安卓)Input Event Propagation
  2. greendao 多表查询
  3. android 输入法的关闭和打开
  4. 求教 MediaPlayer 音乐播放器 歌曲循环播
  5. Android电源信息
  6. android实现解析webservices
  7. GPS 定位经纬度
  8. Android(安卓)7.0之后无摄像头调用闪关灯
  9. Android(安卓)P google GSI
  10. 动画的操作