NewInstanceCallback
type NewInstanceCallback: (instanceId) => void;
Function to be triggered on component created.
Parameters
Parameter | Type | Description |
---|---|---|
instanceId | number | The id of the native instance. |
type NewInstanceCallback: (instanceId) => void;
Function to be triggered on component created.
Parameter | Type | Description |
---|---|---|
instanceId | number | The id of the native instance. |