refactor(rn): bump expo SDK to 57 - #69
Open
simeng-li wants to merge 1 commit into
Open
Conversation
Widen the expo-crypto / expo-secure-store / expo-web-browser peer caps to <58 so Expo SDK 57 installs without invalid peer warnings. Bump the dev deps and the sample app to Expo SDK 57 (RN 0.86, React 19.2.3).
simeng-li
requested review from
a team,
charIeszhao and
wangsijie
and removed request for
a team
August 31, 2026 07:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Relates to #68.
@logto/rn@1.2.0caps theexpo-crypto/expo-secure-store/expo-web-browserpeer ranges at<57, so anyone on Expo SDK 57 gets invalid-peer warnings on install. Widen the caps to<58and move the dev deps and the sample app onto Expo SDK 57 (RN 0.86.2, React 19.2.3) so the widened range is actually exercised.No source changes — the SDK code is unaffected by the Expo 57 bump.
packages/rn/package.json: peer caps<57→<58; dev deps toexpo-*@57andreact-native@^0.86.2; version1.2.0→1.3.0.packages/rn-sample/package.json: Expo SDK 56 → 57 (expo,@expo/metro-runtime,expo-status-bar,expo-crypto,expo-secure-store,expo-web-browser,react/react-dom19.2.3,react-native~0.86.2), matching Expo 57'sbundledNativeModules.Testing
Tested locally
Checklist
.changeset