Interface | Description |
---|---|
FlatMeasuredViewGroup |
Helper interface to provide measuring of FlatViewGroup when needed.
|
ViewResolver |
Class | Description |
---|---|
DrawCommand |
DrawCommand is an interface that shadow nodes need to implement to do the drawing.
|
FlatUIImplementation |
FlatUIImplementation builds on top of UIImplementation and allows pre-creating everything
required for drawing (DrawCommands) and touching (NodeRegions) views in background thread
for faster drawing and interactions.
|
FlatUIImplementationProvider |
UIImplementationProvider that creates instances of
FlatUIImplementation . |
RCTTextInput |