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 34e5e5c commit 9892cb6Copy full SHA for 9892cb6
README.md
@@ -81,7 +81,8 @@ import React from 'react';
81
import { Button, SafeAreaView } from "react-native";
82
import { Mixpanel } from 'mixpanel-react-native';
83
84
-const mixpanel = new Mixpanel("Your Project Token");
+const trackAutomaticEvents = true;
85
+const mixpanel = new Mixpanel("Your Project Token", trackAutomaticEvents);
86
mixpanel.init();
87
88
const SampleApp = () => {
0 commit comments