Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Feb 20, 2024
1 parent b52d729 commit d1411fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions examples/example_rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"scripts": {
"android": "react-native run-android",
"androidProd": "react-native run-android --mode release",
"ios": "react-native run-ios",
"iosProd": "react-native run-ios --mode Release",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
Expand Down
4 changes: 2 additions & 2 deletions examples/example_rn/posthog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const SharedPostHogProvider = (props: any) => {
<PostHogProvider
client={$posthog}
autocapture={{
captureLifecycleEvents: false,
captureScreens: false,
captureLifecycleEvents: true,
captureScreens: true,
captureTouches: true,
}}
debug>
Expand Down

0 comments on commit d1411fd

Please sign in to comment.