react-native-blasted-image
react-native-blasted-image copied to clipboard
[Android]Add APNG support
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
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 {
}
by the way , this plugin support awebp,apng,gif,avif