Giter Club home page Giter Club logo

Comments (4)

Kernael avatar Kernael commented on July 30, 2024 3

I am also experiencing this issue, but no luck with this solution.

compile 'com.facebook.fresco:animated-base-support:1.0.1'
compile 'com.facebook.fresco:animated-gif:1.0.1'
compile 'com.facebook.fresco:animated-webp:1.0.1'
compile 'com.facebook.fresco:webpsupport:1.0.1'

Anyone also experiencing this again ?

from react-native-simple-markdown.

jeffbonasso avatar jeffbonasso commented on July 30, 2024 2

Closer! I am getting some where. I don't know what document you are referring to be searching on web I found below. This gets the images to display but they aren't animating. Any more pointers? Is there a specific document I should be looking at?


By default the Gif images are not supported in android react native app. You need to set the following code to display the gif images. The code: Open your android/app/build.gradle file add the following code in the place of

open android/app/build.gradle add the following code

dependencies: { 
  ...
     // For animated GIF support
    compile 'com.facebook.fresco:animated-base-support:1.0.1'  
    // For WebP support, including animated WebP
    compile 'com.facebook.fresco:animated-gif:1.0.1'  
    compile 'com.facebook.fresco:animated-webp:1.0.1' 
    compile  'com.facebook.fresco:webpsupport:1.0.1'  

This solves the problem for your debug build but if you want to solve it also in your release build at them moment you have to add the following line to your proguard-rules file:

-keep class com.facebook.imagepipeline.animated.factory.AnimatedFactoryImpl { public AnimatedFactoryImpl(com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory, com.facebook.imagepipeline.core.ExecutorSupplier); }
More information on this here: facebook/fresco#1177

This was fixed with this commit and will be included in the next release.

Link to article...
http://stackoverflow.com/questions/38169519/how-to-display-gif-in-react-native-android-app?noredirect=1&lq=1

from react-native-simple-markdown.

timzaak avatar timzaak commented on July 30, 2024

this needs to make react-native support gif. you can ref the document to find out how to make android react-native support gif.

from react-native-simple-markdown.

CharlesMangwa avatar CharlesMangwa commented on July 30, 2024

Thanks a lot @jeffbonasso!

from react-native-simple-markdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.