Interface | Description |
---|---|
Component.SetStateCallback |
Callback function for updating state.
|
ComponentConstructorFunction |
A function interface to create component instances.
|
Context.ConsumerRenderFunction<T> |
Interface used to type the render function prop.
|
Key | |
Procedure |
Interface for performing an action that does not return a value.
|
ReactNode |
Union type representing possible output of render method.
|
Class | Description |
---|---|
Component |
The base java class that mirrors the react component.
|
Context<T> |
Context is designed to share data that can be considered "global" for a tree of React components.
|
Context.ConsumerBuilder<ST> |
A Builder for the Consumer component.
|
Context.ProviderBuilder<ST> |
A Builder for the Provider component.
|
NativeAdapterComponent<I extends Component> |
This class provides a base class that designed to forward all lifecycle methods to a target component.
|
NativeComponent |
The react native component.
|
React |
Native interface to native runtime for creating component.
|
ReactConfig |
Location of all compile time configuration settings for framework.
|
ReactErrorInfo |