📌  相关文章
📜  如何在 React Native 中使用 gif - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:20.081000             🧑  作者: Mango

代码示例2
// For animated GIF support add following line on android/app/build.gradle
dependencies {
    //  ...
    implementation 'com.facebook.fresco:animated-gif:2.0.0'
    //  ...
}