Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 735 Bytes

File metadata and controls

26 lines (15 loc) · 735 Bytes

Home > @snowplow/react-native-tracker > newTracker

newTracker() function

Creates a new tracker instance with the given configuration

Signature:

export declare function newTracker(configuration: Configuration): Promise<ReactNativeTracker>;

Parameters

Parameter Type Description
configuration Configuration Configuration for the tracker

Returns:

Promise<ReactNativeTracker>

Tracker instance