nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

Failed resolving constructor for class 'com.nativescript.image.DraweeView' #33

Closed keerl closed 3 years ago

keerl commented 3 years ago

Updated to the current version and now I am getting the following error on Android:

JS: ERROR Error: java.lang.Exception: Failed resolving constructor for class 'com.nativescript.image.DraweeView' with 1 parameters. Check the number and type of arguments.
JS: Primitive types need to be manually wrapped in their respective Object wrappers.
JS: If you are creating an instance of an inner class, make sure to always provide reference to the outer `this` as the first argument.

Using it in Angular, but I don't know if that is related to this issue.

farfromrefug commented 3 years ago

@keerl thanks fixed in 4.0.13

keerl commented 3 years ago

@farfromrefug nice, that fixed it. Thanks for the quick response!