Skip to content

Commit 94e0612

Browse files
Update README.md
1 parent 9892cb6 commit 94e0612

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
@@ -55,7 +55,8 @@ To start tracking with the library you must first initialize with your project t
5555
```js
5656
import { Mixpanel } from 'mixpanel-react-native';
5757

58-
const mixpanel = new Mixpanel("Your Project Token");
58+
const trackAutomaticEvents = true;
59+
const mixpanel = new Mixpanel("Your Project Token", trackAutomaticEvents);
5960
mixpanel.init();
6061

6162
```

0 commit comments

Comments
 (0)