| Interface | Description |
|---|---|
| OnComponentDidCatch |
Native support infrastructure for componentDidCatch react lifecycle.
|
| OnComponentDidMount |
Native support infrastructure for componentDidMount react lifecycle.
|
| OnComponentDidUpdate |
Native support infrastructure for componentDidUpdate react lifecycle.
|
| OnComponentWillUnmount |
Native support infrastructure for componentWillUnmount react lifecycle.
|
| OnGetSnapshotBeforeUpdate |
Native support infrastructure for getSnapshotBeforeUpdate react lifecycle.
|
| OnShouldComponentUpdate |
Native support infrastructure for shouldComponentUpdate react lifecycle.
|
| ViewConstructorFunction |
A function interface to create component instances.
|
| Class | Description |
|---|---|
| IntrospectUtil |
Utilities for introspecting the React4j views and runtime.
|
| NativeView |
The react native component.
|
| SchedulerUtil |
Utilities for interacting with the Arez scheduler.
|
| ViewState |
Constants representing the state of a view.
|