diff --git a/apps/docs/app/developer-docs/react-native-in-app-surveys/page.mdx b/apps/docs/app/developer-docs/react-native-in-app-surveys/page.mdx index 8d34a3f62a..2f0a571d8c 100644 --- a/apps/docs/app/developer-docs/react-native-in-app-surveys/page.mdx +++ b/apps/docs/app/developer-docs/react-native-in-app-surveys/page.mdx @@ -14,10 +14,6 @@ export const metadata = { The Formbricks React Native SDK can be used for seamlessly integrating App Surveys into your React Native Apps. Here, w'll explore how to leverage the SDK for in app surveys. The SDK is [available on npm.](https://www.npmjs.com/package/@formbricks/react-native) - -Our React Native SDK is now in public beta. We're happy to **offer you a free 3-month trial for our Scale plan** if you're providing feedback on your developer experience. Reach out on Discord and shoot Johannes a message to get the extended trial started. - - ### Install diff --git a/apps/docs/lib/navigation.ts b/apps/docs/lib/navigation.ts index 17e099151a..e98dd0a363 100644 --- a/apps/docs/lib/navigation.ts +++ b/apps/docs/lib/navigation.ts @@ -139,9 +139,9 @@ export const navigation: Array = [ { title: "Zapier", href: "/developer-docs/integrations/zapier" }, ], }, - { title: "SDK: React Native", href: "/developer-docs/react-native-in-app-surveys" }, { title: "SDK: Web Apps", href: "/developer-docs/app-survey-sdk" }, { title: "SDK: Public Websites", href: "/developer-docs/website-survey-sdk" }, + { title: "SDK: React Native", href: "/developer-docs/react-native-in-app-surveys" }, { title: "SDK: Formbricks API", href: "/developer-docs/api-sdk" }, { title: "REST API", href: "/developer-docs/rest-api" }, { title: "Webhooks", href: "/developer-docs/webhooks" },