mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:01:19 -05: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
-
Clone the code sandbox (or the repo) and open it in your code editor
-
Move and Provide environment variable
-
Run the following commands
pnpm install pnpm start
Checkout the expo guide to learn more.