I want to display a simple gif via URL in my Image tag in my android react-native app but when I start it no image is shown. The code as provided in the docs does work only
All of the above did not work for me with the latest React Native(v0.48). I had to add the following dependencies in my android/app/build.gradle
android/app/build.gradle
compile 'com.facebook.fresco:fresco:1.5.0' compile 'com.facebook.fresco:animated-gif:1.5.0'