Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[go] fix glide app module kapt issue for expo-image (expo#21355)
# Why close ENG-7642 # How the kapt generated code for AppGlideModule should cover all versioned LibraryGlideModule. previously we put it inside **expoview**, so it includes the unversioned loaders only. this pr moves the AppGlideModule to **android/app**, so that kapt should able to generate modules from all versioned code. # Test Plan versioned expo go + https://github.com/brentvatne/expo-image-go-repro
- Loading branch information