How to display GIF in react-native android app?

前端 未结 8 2136
醉梦人生
醉梦人生 2020-12-01 13:50

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

8条回答
  •  我在风中等你
    2020-12-01 14:38

    For the latest version of react-native '0.61.5' you need '2.0.0' Fresco Version ;

    implementation 'com.facebook.fresco:fresco:2.0.0'
    implementation 'com.facebook.fresco:animated-gif:2.0.0'
    

提交回复
热议问题