-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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 ReactLegacy and delete RCTViewControllerProtocol #17290
Conversation
@facebook-github-bot label Needs more information @facebook-github-bot label Core Team Attention: @shergin Generated by 🚫 dangerJS |
6b0c6b2
to
1ec14ab
Compare
why wasn't this just a diff 😅 |
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.
@mmmulani is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
I was lazy and didn't want to get on VPN.. but it looks I'll need to after all. |
Summary: It's always bothered that we have this protocol and I figured it could just be merged with RCTWrapperViewController. Closes facebook/react-native#17290 Reviewed By: mmmulani Differential Revision: D6611544 Pulled By: javache fbshipit-source-id: a50b9d5adbeb2c48dbadbbfc1c77ccf6d1aae144
Summary: It's always bothered that we have this protocol and I figured it could just be merged with RCTWrapperViewController. Closes facebook#17290 Reviewed By: mmmulani Differential Revision: D6611544 Pulled By: javache fbshipit-source-id: a50b9d5adbeb2c48dbadbbfc1c77ccf6d1aae144
It's always bothered that we have this protocol and I figured it could just be merged with RCTWrapperViewController.
Test plan:
Build and Run both RNTester and RNTesterLegacy