mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-08-30 21:31:13 +00:00
338 B
338 B
Removing MyAppGlideModule from react-native-fast-image
If you are using Glide within your application using an AppGlideModule then you will
need to prevent the inclusion of the AppGlideModule in this package.
To accomplish this you can add to android/build.gradle:
project.ext {
excludeAppGlideModule = true
}