react-native-blasted-image icon indicating copy to clipboard operation
react-native-blasted-image copied to clipboard

[Android]Add APNG support

Open boboxiaodd opened this issue 2 years ago • 2 comments

i add dependencies to build.gradle like react-native-fast-image , but not work.

implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.28.0

boboxiaodd avatar Jan 02 '24 08:01 boboxiaodd

I have found a solution add dependenc:

implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.28.0

create a file name BlastedImageGlideModule.java

package com.xerdnu.blastedimage;

import com.bumptech.glide.annotation.GlideModule;
import com.bumptech.glide.module.AppGlideModule;

@GlideModule
public final class BlastedImageGlideModule extends AppGlideModule {
}

boboxiaodd avatar Jan 04 '24 12:01 boboxiaodd

by the way , this plugin support awebp,apng,gif,avif

boboxiaodd avatar Jan 05 '24 02:01 boboxiaodd