[RFC] Update Community CLI plugin dependencies (0.87 changes)#235
Open
huntie wants to merge 1 commit into
Open
[RFC] Update Community CLI plugin dependencies (0.87 changes)#235huntie wants to merge 1 commit into
huntie wants to merge 1 commit into
Conversation
3 tasks
Member
|
I think I'd be good with these changes. Curious what OOT platforms say: @Saadnajmi @acoates-ms |
This was referenced Jun 26, 2026
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
Note
RFC: I need to ready RN and Community CLI PRs paired with this proposal. This template PR represents the new end state for users.
Depends on:
Motivation:
@react-native/community-cli-pluginis currently an unconditional dependency ofreact-native, even for Expo users.react-native.config.jsfile in thereact-nativepackage, which we can largely remove after these changes.This change
@react-native/community-cli-pluginexplicitly in the template, meaning we can drop the reference from core in React Native 0.87.cli-platform-android,cli-platform-iosbuiltin dependencies of the CLI.cli-doctor) remain built in. Separating the core platforms provides little value when RN itself bundles both — match this baseline.Changelog:
[General][Breaking] - Update required Community CLI plugins
@react-native-community/cli-platform-android/cli-platform-iosare no longer required@react-native/community-cli-pluginis now mandatoryTest Plan
TODO