-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
allow use without @react-native-community/cli-server-api #45311
Conversation
This pull request was exported from Phabricator. Differential Revision: D59377223 |
Base commit: 2eb7bcb |
This pull request was exported from Phabricator. Differential Revision: D59377223 |
) Summary: Pull Request resolved: facebook#45311 Allows Gradle and Xcode builds to continue without the rnc dependency. Differential Revision: D59377223
This pull request was exported from Phabricator. Differential Revision: D59377223 |
) Summary: Pull Request resolved: facebook#45311 Allows Gradle and Xcode builds to continue without the rnc dependency. Differential Revision: D59377223
This pull request was exported from Phabricator. Differential Revision: D59377223 |
) Summary: Pull Request resolved: facebook#45311 Allows Gradle and Xcode builds to continue without the rnc dependency. Differential Revision: D59377223
This pull request was exported from Phabricator. Differential Revision: D59377223 |
) Summary: Pull Request resolved: facebook#45311 Allows Gradle and Xcode builds to continue without the rnc dependency. Differential Revision: D59377223
Summary: Removing the remaining dependencies from the react-native-community/*. This inlines a copy of the logger. Changelog: [Internal][Changed] Removed react-native-community/cli-tools logger dependency Differential Revision: D59378011
Summary: Removed the use of version checking and error code that is in react-native-community/cli-tools. Changelog: [Internal] [Changed] - Removed community-cli-plugin version & error dependencies Differential Revision: D59378012
) Summary: Pull Request resolved: facebook#45311 Allows Gradle and Xcode builds to continue without the rnc dependency. Differential Revision: D59377223
This pull request was exported from Phabricator. Differential Revision: D59377223 |
This pull request has been merged in 24997dc. |
This pull request was successfully merged by @blakef in 24997dc When will my fix make it into a release? | How to file a pick request? |
When decoupling the community-cli-plugin from the @react-native-community/cli-server-api (#45311), a middleware stub was created to allow a runtime stub to be used in this case. This middleware should be used so as not to break when the optional cli-server-api dependency isn't present. Changelog: [General][Fix] - Fix npm react-native start when cli-server-api isn't installed Testing: Forced a runtime exception simulating the package not being dependent and was able to build rn-tester.
When decoupling the community-cli-plugin from the @react-native-community/cli-server-api (#45311), a middleware stub was created to allow a runtime stub to be used in this case. This middleware should be used so as not to break when the optional cli-server-api dependency isn't present. Changelog: [General][Fix] - Fix npm react-native start when cli-server-api isn't installed Testing: Forced a runtime exception simulating the package not being dependent and was able to build rn-tester.
Summary: When decoupling the community-cli-plugin from the react-native-community/cli-server-api (#45311), a middleware stub was created to allow a runtime stub to be used in this case. This middleware should be used so as not to break when the optional cli-server-api dependency isn't present. Changelog: [General][Fixed] - Fix npm react-native start when cli-server-api isn't installed Pull Request resolved: #47450 Test Plan: Forced a runtime exception simulating the package not being dependent and was able to build rn-tester. ![CleanShot 2024-11-06 at 10 49 58@2x](https://github.com/user-attachments/assets/c040ec5b-7000-43bd-ba54-52a672ff3675) Reviewed By: cipolleschi Differential Revision: D65532486 Pulled By: blakef fbshipit-source-id: 2b380607de63ac2da906ef0cb1e48b9ef263cb68
Summary: Allows Gradle and Xcode builds to continue without the rnc dependency.
Differential Revision: D59377223