forked from react-native-community/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix/ios xcworkspace with extra files #3
Closed
blakef
wants to merge
16
commits into
blakef:main
from
react-native-community:fix/ios-xcworkspace-with-extra-files
Closed
fix/ios xcworkspace with extra files #3
blakef
wants to merge
16
commits into
blakef:main
from
react-native-community:fix/ios-xcworkspace-with-extra-files
Conversation
This file contains 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
* perf: skip getting package class name inside expo module * fix: move early return * fix: replace condition validating expo package with `*Package.kt/java` check
* fix: Display correct error when config file does not exist * fix: move cocoaPods Error * fix: prettify output * fix: pass an error * fix: do cleanup before exiting process --------- Co-authored-by: szymonrybczak <[email protected]>
* set npm as default package manager to init * update docs
…2423) * fix(cli-config): include peer dependencies when finding dependencies * add tests
We've been notified of a case where a user legitimately has more files in listed in their workspace than the project and pods. This would crash when running: npm @react-native-community/cli ios Fixes: facebook/react-native#46881
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.
--pm
option to specify package manager (docs: update init.md react-native-community/cli#2426)getCommandOutput
exec thread react-native-community/cli#2414)-i
alias for--interactive
option (feat: add-i
alias for--interactive
option react-native-community/cli#2420)ws
package which patches a security vulnerability (chore: bumpsws
package which patches a security vulnerability react-native-community/cli#2431)action
orcategory
(fix: skip if there's noaction
orcategory
react-native-community/cli#2432)root
property should use__dirname
(docs: note thatroot
property should use__dirname
react-native-community/cli#2433)envinfo
package (chore: bumpenvinfo
package react-native-community/cli#2428)node_modules
as last item (fix(clean): make sure to deletenode_modules
as last item react-native-community/cli#2429)ENOWORKSPACES
when running any command on latest npm (fix(cli): fixENOWORKSPACES
when running any command on latest npm react-native-community/cli#2457)--version
option (feat: add--version
option react-native-community/cli#2460)fast-xml-parser
from 4.2.4 and 4.3.2 to 4.4.1 react-native-community/cli#2466)--device
option (fix: add missing--device
option tobuild-ios
command react-native-community/cli#2482)react-native-macos
test (ci: disablereact-native-macos
test react-native-community/cli#2500)prompts
(fix(cli-tools): declare dependency onprompts
react-native-community/cli#2518)