Interface | Description |
---|---|
ComponentConstructorFunction |
A function interface to create component instances.
|
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.
|
Class | Description |
---|---|
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.
|