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
if using RN Version .60 try adding below inside app build.gradle file
dependencies { implementation 'com.facebook.fresco:animated-gif:2.0.0' }
Source