mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-31 03:16:42 -05:00
15 lines
506 B
Markdown
15 lines
506 B
Markdown
# 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. |