Package-level declarations
Types
Link copied to clipboard
interface GlobalImageLoadListener
Listener interface for global image loading events.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object ImageResizeMode
Converts JS resize modes into Android-specific scale type.
Link copied to clipboard
This interface is used from ReactImageManager to customize the CallerContext object associated with each instance of ReactImageView.
Link copied to clipboard
class ReactImageManager @JvmOverloads constructor(draweeControllerBuilder: AbstractDraweeControllerBuilder<*, *, *, *>? = null, globalImageLoadListener: GlobalImageLoadListener? = null, callerContextFactory: ReactCallerContextFactory? = null) : SimpleViewManager<ReactImageView>
Link copied to clipboard
class ReactImageView(context: Context, draweeControllerBuilder: AbstractDraweeControllerBuilder<*, *, *, *>, globalImageLoadListener: GlobalImageLoadListener?, callerContext: Any?) : GenericDraweeView
Wrapper class around Fresco's GenericDraweeView, enabling persisting props across multiple view update and consistent processing of both static and network images.