Skip to content

Fix expo-doctor failure by syncing SDK 57 patch versions - #192

Merged
taylorcox75 merged 1 commit into
developfrom
claude/doctor-command-m4j3k4
Jul 31, 2026
Merged

Fix expo-doctor failure by syncing SDK 57 patch versions#192
taylorcox75 merged 1 commit into
developfrom
claude/doctor-command-m4j3k4

Conversation

@taylorcox75

Copy link
Copy Markdown
Owner

Summary

  • expo-doctor's package-version check was failing because expo, expo-router, react-native, and 7 other packages were a patch version behind what the installed Expo SDK 57 expects.
  • Ran npx expo install --fix to bump package.json to the SDK-57-exact versions, then did a clean node_modules + package-lock.json reinstall to resolve the peer-dependency conflict npm install hit against the previously-locked react-native@0.86.0.

Test plan

  • npx expo-doctor — 20/20 checks pass (was 2 failing)
  • npx tsc --noEmit — clean
  • npm test — 982 tests passing across both projects
  • npm run lint — 0 errors (221 pre-existing warnings, baseline)

Generated by Claude Code

expo, expo-router, react-native, and 7 other packages were a patch
version behind what SDK 57 expects, which is what expo-doctor's
version-validation check was failing on. Ran expo install --fix and
reinstalled clean to resolve the resulting peer-dependency conflict
with the previously-locked react-native 0.86.0.
@taylorcox75
taylorcox75 merged commit 1481875 into develop Jul 31, 2026
@taylorcox75
taylorcox75 deleted the claude/doctor-command-m4j3k4 branch July 31, 2026 04:34
taylorcox75 added a commit that referenced this pull request Jul 31, 2026
* Changelog

* Add breathing room around torrent list cards (#187) (#189)

List content and card padding were nearly zero (2px), making rows feel
cluttered and edge-to-edge. Bump list horizontal padding and card
padding/margins to the standard spacing scale

* Add breathing room around torrent list cards (#187) (#190)

List content and card padding were nearly zero (2px), making rows feel
cluttered and edge-to-edge. Bump list horizontal padding and card
padding/margins to the standard spacing scale

* Refactor eas.json for iOS autoIncrement settings

* build

* Updated the spacing and testing new expo build trigger

* Fix expo-doctor failure by syncing SDK 57 patch versions (#192)

expo, expo-router, react-native, and 7 other packages were a patch
version behind what SDK 57 expects, which is what expo-doctor's
version-validation check was failing on. Ran expo install --fix and
reinstalled clean to resolve the resulting peer-dependency conflict
with the previously-locked react-native 0.86.0.

* Fix path autocomplete not triggering on Windows drives other than C: (#193)

getDirectoryContent('/', ...) on a Windows host always resolves to the
root of whatever drive qBittorrent runs on, but the endpoint accepts a
drive-letter path like D:/ directly. The autocomplete trigger only
fired for text starting with '/', so typing a path on another drive
never fetched suggestions at all. Relax the trigger to also match
Windows drive-letter paths (#180).

* Changed when updates publish

* Point README screenshots at assets/appstore and remove screenshots/ (#195)

The screenshots/ folder duplicated images already generated in
assets/appstore for App Store listing; README now links directly
to those instead of maintaining a separate copy.

* Restructuring for EAS update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants