-
Notifications
You must be signed in to change notification settings - Fork 904
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
feat: Deprecate unstable_reactLegacyComponentNames
#2264
Conversation
docs/projects.md
Outdated
@@ -91,7 +89,7 @@ Array of strings that will be passed to the `npx react-native run-ios` command w | |||
|
|||
#### project.ios.unstable_reactLegacyComponentNames | |||
|
|||
> Note: Only applicable when new architecture is turned on. | |||
> Note: Deprecated in React Native 0.74. Only applicable when new architecture is turned on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a PR that adds this to iOS as well? Currently facebook/react-native#42294 refers to Android only
Found this for iOS: facebook/react-native#41656 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
325006d
to
eb4e53c
Compare
Summary:
Related to:
With RN 0.74 specifying the legacy components name wont' be necessary anymore as the framework will detect it automatically.
Test Plan:
Not sure how to test this. I'm basically ignoring the
unstable_reactLegacyComponentNames
. We can remove this in 0.75Checklist