Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 358 Bytes

app-glide-module.md

File metadata and controls

11 lines (8 loc) · 358 Bytes

Removing MyAppGlideModule from @d11/react-native-fast-image

If you’re using Glide within your application using an AppGlideModule then you’ll need to prevent the inclusion of the AppGlideModule in this package.

To accomplish this you can add this to your android/build.gradle:

project.ext {
    excludeAppGlideModule = true
}