The native 'com.facebook.drawee.view.SimpleDraweeView' object.
IOS: if you want to show animated images you need to set this to true
Number value used as the aspect ratio of the image.
Boolean value used for enabling/disabling automatic playing of animated images.
String value used for the background image URI.
Number value used to scale the image before applying the blur function. Bigger value means faster processing.
Number value used as input for the blur function. Larger value means slower processing.
Number value used as the resized image height
Number value used as the resized image width
Number value used for the fade-in duration. This value is in milliseconds.
String value used for the failure image URI.
add custom headers to the image download request
Android: custom imageRotation
String value used for the lower res image URI.
String value used for the placeholder image URI.
String value used for setting the color of the progress bar. Can be set to hex values ("#FF0000"") and predefined colors ("green").
Boolean value used for enabling or disabling the streaming of progressive JPEG images.
Boolean value used for determining if the image should be rounded as a circle.
Boolean value used for determining if the image's bottom left corner should be rounded.
Boolean value used for determining if the image's bottom right corner should be rounded.
Number value used as radius for rounding the image's corners.
Boolean value used for determining if the image's top left corner should be rounded.
Boolean value used for determining if the image's top right corner should be rounded.
Boolean value used for showing or hiding the progress bar.
String value used for the image URI.
String value used by Image image scale type. This property can be set to: 'center' - Performs no scaling. 'centerCrop' - Scales the child so that both dimensions will be greater than or equal to the corresponding dimension of the parent. 'centerInside' - Scales the child so that it fits entirely inside the parent. 'fitCenter' - Scales the child so that it fits entirely inside the parent. 'fitStart' - Scales the child so that it fits entirely inside the parent. 'fitEnd' - Scales the child so that it fits entirely inside the parent. 'fitXY' - Scales width and height independently, so that the child matches the parent exactly. 'focusCrop' - Scales the child so that both dimensions will be greater than or equal to the corresponding dimension of the parent.
Boolean value used for enabling/disabling a tap to retry action for the download of the Image image.
Static
failureThis event is fired after the fetch of the final image failed.
Static
finalThis event is fired after the final image has been set.
Static
intermediateThis event is fired after the fetch of the intermediate image failed.
Static
intermediateThis event is fired after any intermediate image has been set.
Static
releaseThis event is fired after the controller released the fetched image.
Static
submitThis event is fired before the image request is submitted.
Encapsulates the common abstraction behind a platform specific object (typically a Bitmap) that is used view to show remote or local images.