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 |
---|---|
NativeComponent |
The react native component.
|