Files
better-auth/demo/expo

Better Auth Expo Example

This is an example of how to use Better Auth with Expo. It uses Expos 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

    pnpm install
    pnpm start
    

Checkout the expo guide to learn more.