I using this library, in debug mode it's normal. But after build to apk and install in android device, force close. Why is that ? Bug or why ?
+1
@DylanVann please help
Me too, I experienced same issue here
@DylanVan also experiencing this
same issue here
trying to add these 2 lines to {project_root}/android/app/proguard-rules.pro
-keep public class com.dylanvann.fastimage.* {*;}
-keep public class com.dylanvann.fastimage.** {*;}
@barghi Thanks for figuring this out, a note has been added to the README.
I don't use Proguard so I don't think I ever would have thought of this.
https://github.com/DylanVann/react-native-fast-image/blob/master/README.md#proguard
@DylanVann thanks for your great component 馃憤馃徎馃憤馃徎
Most helpful comment
trying to add these 2 lines to {project_root}/android/app/proguard-rules.pro