mapp-digital / Mapp-Engage-ReactNative-Plugin

0 stars 1 forks source link

GenereatedAppGlideModuleImpl is implemented incorrectly. If you're manually implemented this class, remove your implementation. The annotation processor will generate a correct implementation. #1

Closed Maharshi01 closed 3 years ago

Maharshi01 commented 3 years ago

Hi Aleksander,

This is Maharshi, I noticed we have an issue with glide version mismatch. After integrating the plugin, i tried to access screens which use the 'react-native-fast-image' for displaying the images. Then this error is showing up in those screens, after a bit of debugging I noticed that it's an issue with the glide version mismatch with the react-native-mapp-plugin and react-native-fast-image(v7.0.2) packages. Please let me know the ideal solution to resolve this. I have attached the screenshots for your reference.

Screenshot_20210601-204128

Screenshot 2021-06-02 at 8 05 26 AM

Screenshot 2021-06-02 at 8 05 56 AM

Screenshot 2021-06-02 at 8 06 09 AM

P.S: MAPP is using 4.11.0 and fast-image 4.9.0.

acamarinkovic commented 3 years ago

Hi Maharshi, We can downgrade the version of the library. But the master version of this library uses the same glide. So if you can pls update the fast-image library if not then we will downgrade... https://github.com/DylanVann/react-native-fast-image/blob/master/android/build.gradle

acamarinkovic commented 3 years ago

The version is live so pls try latest one 1.0.3-beta7

Maharshi01 commented 3 years ago

After upgrading the package, the issue has been resolved. Thanks @acamarinkovic