We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9892cb6 commit 94e0612Copy full SHA for 94e0612
README.md
@@ -55,7 +55,8 @@ To start tracking with the library you must first initialize with your project t
55
```js
56
import { Mixpanel } from 'mixpanel-react-native';
57
58
-const mixpanel = new Mixpanel("Your Project Token");
+const trackAutomaticEvents = true;
59
+const mixpanel = new Mixpanel("Your Project Token", trackAutomaticEvents);
60
mixpanel.init();
61
62
```
0 commit comments