Skip to content

Commit

Permalink
Fix package name in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-craig committed Jan 4, 2025
1 parent 0519932 commit 37c1115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog-react-native/src/surveys/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The hook `useActiveSurvey` will return the survey that should currently be displ
You can also import the `<Questions>` component directly and pass your own survey appearance if you'd like to reuse the survey content in your own modal or screen.

```ts
import { useActiveSurvey, type SurveyAppearance } from 'posthog-react-native-surveys'
import { useActiveSurvey, type SurveyAppearance } from 'posthog-react-native'

const appearance: SurveyAppearance = {
// ... Your theme here
Expand Down

0 comments on commit 37c1115

Please sign in to comment.