Files
better-auth/examples/expo-example
Anthony DePasquale b36a1b83c8 GitHub
2025-04-13 14:11:08 +02:00
..
2024-11-01 09:24:14 +03:00
2025-04-13 14:11:08 +02:00
2024-11-01 09:24:14 +03:00
2025-01-15 13:09:23 +03:00
2024-11-01 09:24:14 +03:00
2024-11-01 09:24:14 +03:00
2024-11-01 09:24:14 +03:00
2024-11-01 09:24:14 +03:00
2024-11-01 09:24:14 +03:00
2024-11-03 02:15:07 +03:00
2024-11-01 09:24:14 +03:00
2024-11-01 09:24:14 +03:00
2024-11-01 09:24:14 +03:00

  # Better Auth Expo Example

  This is an example of how to use Better Auth with Expo. It uses Expo's new API Router to host the auth server.

  ## How to run

  1. Clone the code sandbox (or the repo) and open it in your code editor
  2. Move and Provide environment variable
  3. Run the following commands
     ```bash
     pnpm install
     pnpm start
     ```s

  Checkout the [expo guide](https://www.better-auth.com/docs/integrations/expo) to learn more.