Skip to content

Conversation

@anupriya13
Copy link
Contributor

@anupriya13 anupriya13 commented Aug 27, 2025

Description

Type of Change

  • New feature (non-breaking change which adds functionality)

Why

What is the motivation for this change? Add a few sentences describing the context and overall goals of the pull request's commits.

To align with 0.80 version having Fabric New Arch as Default

Resolves #15090

What

What changes were made to the codebase to solve the bug, add the functionality, etc. that you specified above.

Removed the yes/no prompt asked when no template was provided and added 2 new links in warning.

Screenshots

Add any relevant screen captures here from before or after your changes.

Testing

If you added tests that prove your changes are effective or that your feature works, add a few sentences here detailing the added test scenarios.

Optional: Describe the tests that you ran locally to verify your changes.

Changelog

Should this change be included in the release notes: no

Add a brief summary of the change to use in the release notes for the next release.

Microsoft Reviewers: Open in CodeFlow

@anupriya13 anupriya13 changed the title [DRAFT] Remove Prompt from CLI for switching to new arch. [DRAFT] Remove Prompt from CLI for switching to New Arch. Aug 27, 2025
@anupriya13 anupriya13 changed the title [DRAFT] Remove Prompt from CLI for switching to New Arch. Remove Prompt from CLI for switching to New Arch. Sep 1, 2025
@anupriya13 anupriya13 marked this pull request as ready for review September 1, 2025 04:22
@anupriya13 anupriya13 requested a review from a team as a code owner September 1, 2025 04:22
@anupriya13 anupriya13 changed the title Remove Prompt from CLI for switching to New Arch. Remove Prompt from CLI for switching to New Arch and update warning. Sep 1, 2025
console.log();
console.log(
chalk.blue(
'🔗 View the list of properties not yet supported in Fabric: https://microsoft.github.io/react-native-windows/docs/new-arch-props/missingProps',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This link will be published when 0.80 website is live!
https://microsoft.github.io/react-native-windows/docs/new-arch-props/missingProps

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@vineethkuttan vineethkuttan left a comment

Choose a reason for hiding this comment

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

LGTM!

@anupriya13 anupriya13 merged commit 78c399c into microsoft:main Sep 2, 2025
58 checks passed
@anupriya13 anupriya13 deleted the user/anuverma/cli_fix branch September 2, 2025 04:43
anupriya13 added a commit to anupriya13/react-native-windows that referenced this pull request Sep 2, 2025
…icrosoft#15087)

* Remove Prompt from CLI for switching to new arch.

* Change files

* Update oldArchWarning.ts

* Update oldArchWarning.ts
protikbiswas100 pushed a commit to protikbiswas100/react-native-windows that referenced this pull request Sep 3, 2025
…icrosoft#15087)

* Remove Prompt from CLI for switching to new arch.

* Change files

* Update oldArchWarning.ts

* Update oldArchWarning.ts
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.

Update CLI warning and remove prompt for 0.80 New Arch Default

3 participants