Package-level declarations

Types

Link copied to clipboard
object ColorUtil

Simple utility class for manipulating colors, based on Fresco's DrawableUtils (https://github.com/facebook/fresco). For a small helper like this, copying is simpler than adding a dependency on com.facebook.fresco.drawee.

Link copied to clipboard
Link copied to clipboard

View manager which handles clipped subviews. Useful for custom views which extends from com.facebook.react.views.view.ReactViewGroup

Link copied to clipboard

Utility class that helps with converting android drawable description used in JS to an actual instance of Drawable.

Link copied to clipboard
Link copied to clipboard

View manager for AndroidViews (plain React Views).

Link copied to clipboard
class ViewGroupClickEvent(surfaceId: Int, viewId: Int) : Event<ViewGroupClickEvent>

Represents a Click on the ReactViewGroup