Adding this did not solve my problem
implementation("com.facebook.fresco:nativeimagetranscoder:3.0.0")
but this solved my problem with Android Studio with Java in gradle dependencies
implementation("com.facebook.fresco:nativeimagetranscoder") {
version {
strictly("2.6.0")
}
}
Did not now I should be including this lib
com.facebook.fresco:nativeimagetranscoder
We can use like