-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Upgrade RN CLI to v8 alpha #33610
Upgrade RN CLI to v8 alpha #33610
Conversation
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@thymikee thanks for sending this over 👍 Just cross checking, we want this included inside 0.69? I'm a bit concerned about shipping a stable version of RN with the CLI on |
@cortinico yep, we'd like it to land in v0.69. There are no functional changes planned for v8, maybe some warning messages or such for deprecations. We plan to promote it to stable before 0.69 hits its final RC |
Base commit: 65abc36 |
Base commit: 65abc36 |
This pull request was successfully merged by @thymikee in 7dceb9b. When will my fix make it into a release? | Upcoming Releases |
Summary: Upgrades the React Native CLI to v8 alpha. This version removes manual linking configuration and a few other things, hence changes to the project configuration. cc kelset fortmarek [General] [Changed] - Upgrade RN CLI to v8 alpha Pull Request resolved: facebook#33610 Test Plan: CI green. Reviewed By: rubennorte Differential Revision: D35547624 Pulled By: cortinico fbshipit-source-id: 4de9f280f9d1949c94057c32568b3fdfa4ee6a73
Summary
Upgrades the React Native CLI to v8 alpha. This version removes manual linking configuration and a few other things, hence changes to the project configuration.
cc @kelset @fortmarek
Changelog
[General] [Changed] - Upgrade RN CLI to v8 alpha
Test Plan
CI green.