fix: fix @react-native-community/cli-platform-apple not being resolved correctly#2820
Merged
fix: fix @react-native-community/cli-platform-apple not being resolved correctly#2820
@react-native-community/cli-platform-apple not being resolved correctly#2820Conversation
34 tasks
JasonVMo
approved these changes
Jan 22, 2026
Saadnajmi
approved these changes
Jan 22, 2026
Saadnajmi
pushed a commit
to Saadnajmi/react-native-macos
that referenced
this pull request
Jan 22, 2026
…ved correctly (microsoft#2820) ## Summary: `@react-native-community/cli-platform-apple` is not correctly resolved in pnpm setups: ``` % DEBUG=react-native yarn build:macos /~/packages/app/example/node_modules/react-native-macos/react-native.config.js: @react-native-community/cli-platform-apple not found, the react-native.config.js may be unusable. info Bundling macos... error Invalid platform "macos" selected. info Available platforms are: "android", "ios", "windows". If you are trying to bundle for an out-of-tree platform, it may not be installed. ``` ## Test Plan: n/a
Saadnajmi
added a commit
that referenced
this pull request
Jan 22, 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:
@react-native-community/cli-platform-appleis not correctly resolved in pnpm setups:Test Plan:
n/a