Skip to content

Commit 9892cb6

Browse files
Update README.md
1 parent 34e5e5c commit 9892cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ import React from 'react';
8181
import { Button, SafeAreaView } from "react-native";
8282
import { Mixpanel } from 'mixpanel-react-native';
8383

84-
const mixpanel = new Mixpanel("Your Project Token");
84+
const trackAutomaticEvents = true;
85+
const mixpanel = new Mixpanel("Your Project Token", trackAutomaticEvents);
8586
mixpanel.init();
8687

8788
const SampleApp = () => {

0 commit comments

Comments
 (0)