[PR #704] [MERGED] fix: get scheme from expo config #3441

Closed
opened 2026-03-13 10:53:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/704
Author: @luksch42
Created: 11/30/2024
Status: Merged
Merged: 12/1/2024
Merged by: @Bekacru

Base: mainHead: fix/expo-linking-default-scheme


📝 Commits (1)

  • 097eb7d fix: get scheme from expo config

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 packages/expo/src/client.ts (+5 -1)

📄 Description

  • Constants.platform?.scheme when working with platform-specific functionality or debugging native builds.
  • Constants.expoConfig?.scheme for a simpler, cross-platform approach during development or managed workflows.

If the app has not been ejected, Constants.expoConfig?.scheme will generally be sufficient.


🔄 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/704 **Author:** [@luksch42](https://github.com/luksch42) **Created:** 11/30/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/expo-linking-default-scheme` --- ### 📝 Commits (1) - [`097eb7d`](https://github.com/better-auth/better-auth/commit/097eb7da601347dbbfe5aa88ac42c56974eac1b2) fix: get scheme from expo config ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/expo/src/client.ts` (+5 -1) </details> ### 📄 Description - **`Constants.platform?.scheme`** when working with platform-specific functionality or debugging native builds. - **`Constants.expoConfig?.scheme`** for a simpler, cross-platform approach during development or managed workflows. If the app has not been ejected, `Constants.expoConfig?.scheme` will generally be sufficient. --- <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-03-13 10:53:54 -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#3441