Skip to content

Commit

Permalink
need to import posthog provider (#55)
Browse files Browse the repository at this point in the history
* need to import posthog provider

Co-authored-by: Ben White <[email protected]>
  • Loading branch information
ivanagas and benjackwhite authored Jan 11, 2023
1 parent 5eab725 commit 955c71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog-react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The best way to use PostHog is via the `PosthogProvider` which enables featues l

```jsx
// App.(js|ts)
import PostHog, { usePostHog } from 'posthog-react-native'
import { usePostHog, PostHogProvider } from 'posthog-react-native'
...

export function MyApp() {
Expand Down

0 comments on commit 955c71d

Please sign in to comment.