From 37c1115100f441f5a6da1f6b9c321536342d6c1a Mon Sep 17 00:00:00 2001 From: Ian Craig Date: Sat, 4 Jan 2025 15:22:09 +1100 Subject: [PATCH] Fix package name in Readme --- posthog-react-native/src/surveys/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog-react-native/src/surveys/Readme.md b/posthog-react-native/src/surveys/Readme.md index 87d69f7f..0a0b1e16 100644 --- a/posthog-react-native/src/surveys/Readme.md +++ b/posthog-react-native/src/surveys/Readme.md @@ -61,7 +61,7 @@ The hook `useActiveSurvey` will return the survey that should currently be displ You can also import the `` 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