Skip to content

fix: correct EAS install guidance - #618

Open
DavidJGrimsley wants to merge 1 commit into
roninoss:mainfrom
DavidJGrimsley:fix/eas-install-guidance
Open

fix: correct EAS install guidance#618
DavidJGrimsley wants to merge 1 commit into
roninoss:mainfrom
DavidJGrimsley:fix/eas-install-guidance

Conversation

@DavidJGrimsley

Copy link
Copy Markdown
Contributor

Summary

  • fix EAS completion output so install steps are shown only when the project was generated with --no-install
  • add a patch changeset for create-expo-stack and rn-new

Context

This was split out of #616 because it is independent of the Expo SDK 57 upgrade. In the normal EAS flow, dependencies have already been installed before the final instructions print, so the extra install step is redundant.

Verification

  • bun run build:cli

I also attempted bun run test from cli/, but the main-branch NativeWindUI generation path hung in nwui-cli and the command timed out after 5 minutes before producing test output. The CLI build/typecheck completed successfully.

Copilot AI review requested due to automatic review settings July 18, 2026 20:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the post-generation EAS guidance so dependency install instructions are only printed when the project was generated with --no-install, and adds a patch changeset to release the fix.

Changes:

  • Flip the EAS completion-output install-step condition to run only under flags.noInstall.
  • Apply the same fix to both EAS “development” and “preview” instruction blocks.
  • Add a patch changeset for create-expo-stack and rn-new.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
cli/src/utilities/printOutput.ts Fixes EAS “next steps” output to show packageManager install only for no-install flows.
.changeset/eas-install-guidance.md Adds a patch changeset documenting the corrected EAS output guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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