{"id":26222349,"url":"https://github.com/reeceyang/expo-router-convex-auth","last_synced_at":"2026-04-09T08:05:42.931Z","repository":{"id":264255990,"uuid":"892850620","full_name":"reeceyang/expo-router-convex-auth","owner":"reeceyang","description":"Expo Router and Convex Auth example","archived":false,"fork":false,"pushed_at":"2024-11-25T04:15:09.000Z","size":471,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T16:52:06.107Z","etag":null,"topics":["convex","convex-auth","expo","expo-router","react-native"],"latest_commit_sha":null,"homepage":"https://expo-router-convex-auth.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reeceyang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-22T22:42:11.000Z","updated_at":"2025-02-09T10:55:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9998b6b-abd8-4dae-8c8e-a0b0cf7ad471","html_url":"https://github.com/reeceyang/expo-router-convex-auth","commit_stats":null,"previous_names":["reeceyang/expo-router-convex-auth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reeceyang/expo-router-convex-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fexpo-router-convex-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fexpo-router-convex-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fexpo-router-convex-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fexpo-router-convex-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reeceyang","download_url":"https://codeload.github.com/reeceyang/expo-router-convex-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fexpo-router-convex-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28024525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convex","convex-auth","expo","expo-router","react-native"],"created_at":"2025-03-12T16:51:54.502Z","updated_at":"2025-12-25T08:18:32.160Z","avatar_url":"https://github.com/reeceyang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expo Router Convex Auth Example\n\nAn example of using [Convex Auth](https://labs.convex.dev/auth) with [Expo Router](https://docs.expo.dev/router/introduction/) and [gluestack-ui](https://gluestack.io/) components. This app uses the [Passwords](https://labs.convex.dev/auth/config/passwords) authentication method with email verification using the [Resend](https://resend.com/) email provider. \n\nThis is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app). You can try out the public preview at [expo-router-convex-auth.vercel.app](https://expo-router-convex-auth.vercel.app/), or build the Android or iOS apps following the instructions below.\n\n![Screenshot_1732315260](https://github.com/user-attachments/assets/a6067428-a310-4cb7-a8a0-abe020d263cc)\n![Screenshot_1732315440](https://github.com/user-attachments/assets/4607e45d-53b0-43a8-9a1d-d8dba4e30b1f)\n\n## Get started\n\n1. Install dependencies\n\n   ```bash\n   pnpm install\n   ```\n\n2. Set up the Convex project\n\n   ```bash\n   npx convex dev\n   ```\n\n3. Set up Convex Auth and environment variables\n\n   ```bash\n   npx @convex-dev/auth\n   ```\n\n   Set the `SITE_URL` environment variable (https://labs.convex.dev/auth/setup/manual#configure-site_url):\n   \u003e OTP providers require a SITE_URL variable even though the value is not used. Set this to a placeholder value if using OTPs with React Native:\n\n   ```bash\n   npx convex env set SITE_URL http://localhost:3000\n   ```\n\n   Sign up for [Resend](https://resend.com/), obtain your API key, and set the `AUTH_RESEND_KEY` environment variable:\n\n   ```bash\n   npx convex env set AUTH_RESEND_KEY yourresendkey\n   ```\n\n2. Start the app\n\n   ```bash\n    npx expo start\n   ```\n\nIn the output, you'll find options to open the app in a\n\n- [development build](https://docs.expo.dev/develop/development-builds/introduction/)\n- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)\n- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)\n- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo\n\nYou can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freeceyang%2Fexpo-router-convex-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freeceyang%2Fexpo-router-convex-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freeceyang%2Fexpo-router-convex-auth/lists"}