React Native Tracker Plugins
There are two kind of Plugins: Plugin implementations and Component libraries.
Plugin Implementations
These may implement PluginInterface methods:
initialize, executed when the Plugin is createdenrich, executed before an event is validatedvalidate, executed before an event is sentisUsable, used to determine if the plugin can function in the target environment
Component libraries
These are simply modules containing pre-made tracked Components, hooks, factories and helpers to ease tracking third party libraries.
Included by default
- Plugin: ApplicationContextPlugin
- Plugin: OpenTaxonomyValidationPlugin
Optional
- Component library: ReactNavigation
- Plugin: IdentityContextPlugin