首页 > 代码库 > React-Native 在android写不支持gif的解决方案!

React-Native 在android写不支持gif的解决方案!

只需要在android/app/build.gradle中的dependencies字段中添加:

compile ‘com.facebook.fresco:animated-gif:0.13.0‘

然后重新跑一下react-native run-android命令就可以了

如图:技术分享

 

React-Native 在android写不支持gif的解决方案!