From d0320924e028165bf6986dec50ba0f6cb27e00f6 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sat, 2 Nov 2024 13:47:32 +0300 Subject: [PATCH] docs: add example url on expo docs --- docs/content/docs/integrations/expo.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/integrations/expo.mdx b/docs/content/docs/integrations/expo.mdx index 08e850de..09322039 100644 --- a/docs/content/docs/integrations/expo.mdx +++ b/docs/content/docs/integrations/expo.mdx @@ -12,7 +12,7 @@ Expo is a popular framework for building cross-platform apps with React Native. ## Configure A Better Auth Backend Before using Better Auth with Expo, make sure you have a Better Auth backend set up. You can either use a separate server or leverage Expo's new [API Routes](https://docs.expo.dev/router/reference/api-routes) feature to host your Better Auth instance. - To get started, check out our [installation](/docs/installation) guide for setting up Better Auth on your server. + To get started, check out our [installation](/docs/installation) guide for setting up Better Auth on your server. If you prefer to check out the full example, you can find it [here](https://github.com/better-auth/better-auth/tree/main/examples/expo-example). To use the new API routes feature in Expo to host your Better Auth instance you can create a new API route in your Expo app and mount the Better Auth handler.