gpt4 book ai didi

android - Gif 图像在 react 原生的 android 中不起作用

转载 作者:行者123 更新时间:2023-12-02 11:23:20 24 4
gpt4 key购买 nike

动画在android中的gif图像中不起作用

Android gif image without animation

最佳答案

For react native version>=0.60 :


构建自己的原生代码时,Android 默认不支持 GIF 和 WebP。
您需要在 android/app/build.gradle 中添加一些可选模块,具体取决于您的应用程序的需求。
implementation 'com.facebook.fresco:fresco:2.0.0'
implementation 'com.facebook.fresco:animated-gif:2.0.0'

For latest react native version 0.66 :

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

关于android - Gif 图像在 react 原生的 android 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50523233/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com