如何在React Native中加载gif图像?

时间:2017-05-13 10:59:40

标签: android react-native gif

我想在React Native中加载gif图片,但图片没有动画。我尝试了一些解决方案,但它仍然无效。帮助我。

  

注意:我使用的是React Native版本0.44(目前最新版本)

我尝试在dependencies中向android\app\build.gradle添加一些代码,如下所示:

compile 'com.facebook.fresco:animated-base-support:0.11.0' 
compile 'com.facebook.fresco:animated-gif:0.11.0'

和另一个android\app\proguard-rules.pro

-keep class com.facebook.imagepipeline.animated.factory.AnimatedFactoryImpl {
  public AnimatedFactoryImpl(com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory, com.facebook.imagepipeline.core.ExecutorSupplier);
}

但是,无法使我的gif图像正常工作。 感谢

0 个答案:

没有答案