Interface | Description |
---|---|
ReactClippingViewGroup |
Interface that should be implemented by
View subclasses that support
removeClippedSubviews property. |
Class | Description |
---|---|
ColorUtil |
Simple utility class for manipulating colors, based on Fresco's
DrawableUtils (https://github.com/facebook/fresco).
|
MeasureUtil | |
ReactClippingViewGroupHelper |
Provides implementation of common tasks for view and it's view manager supporting property
removeClippedSubviews . |
ReactDrawableHelper |
Utility class that helps with converting android drawable description used in JS to an actual
instance of
Drawable . |
ReactViewBackgroundDrawable |
A subclass of
Drawable used for background of ReactViewGroup . |
ReactViewGroup |
Backing for a React View.
|
ReactViewManager |
View manager for AndroidViews (plain React Views).
|