| #
1909f891 |
| 23-Feb-2023 |
Kudo Chien <[email protected]> |
[go] fix glide app module kapt issue for expo-image (#21355)
# Why
close ENG-7642
# How
the kapt generated code for AppGlideModule should cover all versioned LibraryGlideModule. previously
[go] fix glide app module kapt issue for expo-image (#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
show more ...
|