[PR #8213] [MERGED] fix(expo): support Expo SDK 55 new versioning scheme #16070

Closed
opened 2026-04-13 10:22:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8213
Author: @himself65
Created: 2/28/2026
Status: Merged
Merged: 2/28/2026
Merged by: @himself65

Base: canaryHead: fix/expo-sdk-55-support-canary


📝 Commits (1)

  • f10f2cc fix(expo): support Expo SDK 55 new versioning scheme

📊 Changes

2 files changed (+311 additions, -194 deletions)

View changed files

📝 packages/expo/package.json (+6 -6)
📝 pnpm-lock.yaml (+305 -188)

📄 Description

Summary

  • Bump Expo devDependencies to SDK 55 (expo-constants@55.0.7, expo-linking@55.0.7, expo-network@55.0.8, expo-web-browser@55.0.9, react-native@0.84.1)
  • Widen expo-network peerDependency from ^8.0.7 to >=8.0.7 to accept both old and new Expo versioning scheme

Cherry-pick of #8212 for the canary branch.

Closes #8189

Test plan

  • pnpm --filter @better-auth/expo typecheck passes
  • Verify pnpm add @better-auth/expo works without peer dependency warnings in an Expo SDK 55 project

🔄 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/8213 **Author:** [@himself65](https://github.com/himself65) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `fix/expo-sdk-55-support-canary` --- ### 📝 Commits (1) - [`f10f2cc`](https://github.com/better-auth/better-auth/commit/f10f2cc4634985b3b20ec93be82ec7dbef3c2155) fix(expo): support Expo SDK 55 new versioning scheme ### 📊 Changes **2 files changed** (+311 additions, -194 deletions) <details> <summary>View changed files</summary> 📝 `packages/expo/package.json` (+6 -6) 📝 `pnpm-lock.yaml` (+305 -188) </details> ### 📄 Description ## Summary - Bump Expo devDependencies to SDK 55 (`expo-constants@55.0.7`, `expo-linking@55.0.7`, `expo-network@55.0.8`, `expo-web-browser@55.0.9`, `react-native@0.84.1`) - Widen `expo-network` peerDependency from `^8.0.7` to `>=8.0.7` to accept both old and new Expo versioning scheme Cherry-pick of #8212 for the canary branch. Closes #8189 ## Test plan - [x] `pnpm --filter @better-auth/expo typecheck` passes - [ ] Verify `pnpm add @better-auth/expo` works without peer dependency warnings in an Expo SDK 55 project --- <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-13 10:22:26 -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#16070