Home > @snowplow/react-native-tracker > TrackerCore > addPlugin
Add a plugin into the plugin collection after Core has already been initialised
Signature:
addPlugin(configuration: CorePluginConfiguration): void;| Parameter | Type | Description |
|---|---|---|
| configuration | CorePluginConfiguration | The plugin to add |
Returns:
void