[PR #5644] [MERGED] chore(demo): misc update #31736

Closed
opened 2026-04-17 22:37:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5644
Author: @himself65
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/10/28/demo-rename


📝 Commits (2)

📊 Changes

48 files changed (+244 additions, -373 deletions)

View changed files

demo/expo-example/.env.example (+0 -7)
demo/expo-example/expo-env.d.ts (+0 -3)
demo/expo/.env.example (+7 -0)
📝 demo/expo/.gitignore (+0 -0)
📝 demo/expo/README.md (+0 -0)
📝 demo/expo/app.config.ts (+0 -0)
📝 demo/expo/assets/bg-image.jpeg (+0 -0)
📝 demo/expo/assets/fonts/SpaceMono-Regular.ttf (+0 -0)
📝 demo/expo/assets/icon.png (+0 -0)
📝 demo/expo/assets/images/adaptive-icon.png (+0 -0)
📝 demo/expo/assets/images/favicon.png (+0 -0)
📝 demo/expo/assets/images/logo.png (+0 -0)
📝 demo/expo/assets/images/partial-react-logo.png (+0 -0)
📝 demo/expo/assets/images/react-logo.png (+0 -0)
📝 demo/expo/assets/images/react-logo@2x.png (+0 -0)
📝 demo/expo/assets/images/react-logo@3x.png (+0 -0)
📝 demo/expo/assets/images/splash.png (+0 -0)
📝 demo/expo/babel.config.js (+0 -0)
📝 demo/expo/components.json (+0 -0)
📝 demo/expo/index.ts (+0 -0)

...and 28 more files

📄 Description

  • Rename the directory name
  • Remove unused files
  • Update package json name

Summary by cubic

Renamed the Expo demo from expo-example to expo, cleaned up unused files, and aligned demo package names for consistency. Added a new .env.example with default values and refreshed the pnpm lockfile.

  • Refactors

    • Moved demo/expo-example to demo/expo; assets and configs renamed, no code changes.
    • Removed unused env and type files from the old expo-example.
    • Updated package names: demo/expo → "@better-auth/expo-example", demo/nextjs → "@better-auth/nextjs-demo", demo/stateless → "@better-auth/stateless-demo".
    • Added demo/expo/.env.example with DATABASE_URL and BETTER_AUTH_URL defaults.
  • Migration

    • Update any references from demo/expo-example to demo/expo.
    • Copy demo/expo/.env.example to .env and set OAuth client IDs/secrets.
    • Run pnpm install to sync the workspace.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/5644 **Author:** [@himself65](https://github.com/himself65) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/10/28/demo-rename` --- ### 📝 Commits (2) - [`f610907`](https://github.com/better-auth/better-auth/commit/f610907207cbb5a067840c075004bd558fa55cf5) chore(demo): misc update - [`6dbd1e1`](https://github.com/better-auth/better-auth/commit/6dbd1e1b4b9be3307e7ca449f7429ffaa3dabd9f) chore(demo): misc update ### 📊 Changes **48 files changed** (+244 additions, -373 deletions) <details> <summary>View changed files</summary> ➖ `demo/expo-example/.env.example` (+0 -7) ➖ `demo/expo-example/expo-env.d.ts` (+0 -3) ➕ `demo/expo/.env.example` (+7 -0) 📝 `demo/expo/.gitignore` (+0 -0) 📝 `demo/expo/README.md` (+0 -0) 📝 `demo/expo/app.config.ts` (+0 -0) 📝 `demo/expo/assets/bg-image.jpeg` (+0 -0) 📝 `demo/expo/assets/fonts/SpaceMono-Regular.ttf` (+0 -0) 📝 `demo/expo/assets/icon.png` (+0 -0) 📝 `demo/expo/assets/images/adaptive-icon.png` (+0 -0) 📝 `demo/expo/assets/images/favicon.png` (+0 -0) 📝 `demo/expo/assets/images/logo.png` (+0 -0) 📝 `demo/expo/assets/images/partial-react-logo.png` (+0 -0) 📝 `demo/expo/assets/images/react-logo.png` (+0 -0) 📝 `demo/expo/assets/images/react-logo@2x.png` (+0 -0) 📝 `demo/expo/assets/images/react-logo@3x.png` (+0 -0) 📝 `demo/expo/assets/images/splash.png` (+0 -0) 📝 `demo/expo/babel.config.js` (+0 -0) 📝 `demo/expo/components.json` (+0 -0) 📝 `demo/expo/index.ts` (+0 -0) _...and 28 more files_ </details> ### 📄 Description - Rename the directory name - Remove unused files - Update package json name <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Renamed the Expo demo from expo-example to expo, cleaned up unused files, and aligned demo package names for consistency. Added a new .env.example with default values and refreshed the pnpm lockfile. - **Refactors** - Moved demo/expo-example to demo/expo; assets and configs renamed, no code changes. - Removed unused env and type files from the old expo-example. - Updated package names: demo/expo → "@better-auth/expo-example", demo/nextjs → "@better-auth/nextjs-demo", demo/stateless → "@better-auth/stateless-demo". - Added demo/expo/.env.example with DATABASE_URL and BETTER_AUTH_URL defaults. - **Migration** - Update any references from demo/expo-example to demo/expo. - Copy demo/expo/.env.example to .env and set OAuth client IDs/secrets. - Run pnpm install to sync the workspace. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 22:37:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#31736