-
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
Fix SVC for RNTester iOS #46439
Fix SVC for RNTester iOS #46439
Conversation
This pull request was exported from Phabricator. Differential Revision: D62501704 |
This pull request was exported from Phabricator. Differential Revision: D62501704 |
031154e
to
951a5c3
Compare
Summary: Pull Request resolved: facebook#46439 The SVC for some components on iOS got out of sync. This was creating warnings in the React Native DevTools and it was affecting the release of 0.76. With this change, I updated the manually written SVC so that we don't have warnings anymore. We still have to fix the `boxShadow` and `filter`. This will happen in a later change. ## Changelog [iOS][Fixed] - Solved SVC warnings for RNTester Differential Revision: D62501704
Summary: Pull Request resolved: facebook#46439 The SVC for some components on iOS got out of sync. This was creating warnings in the React Native DevTools and it was affecting the release of 0.76. With this change, I updated the manually written SVC so that we don't have warnings anymore. ## Changelog [iOS][Fixed] - Solved SVC warnings for RNTester Differential Revision: D62501704
This pull request was exported from Phabricator. Differential Revision: D62501704 |
Summary: Pull Request resolved: facebook#46439 The SVC for some components on iOS got out of sync. This was creating warnings in the React Native DevTools and it was affecting the release of 0.76. With this change, I updated the manually written SVC so that we don't have warnings anymore. We still have to fix the `boxShadow` and `filter`. This will happen in a later change. ## Changelog [iOS][Fixed] - Solved SVC warnings for RNTester Differential Revision: D62501704
951a5c3
to
5e2fe06
Compare
Summary: Pull Request resolved: facebook#46439 The SVC for some components on iOS got out of sync. This was creating warnings in the React Native DevTools and it was affecting the release of 0.76. With this change, I updated the manually written SVC so that we don't have warnings anymore. ## Changelog [iOS][Fixed] - Solved SVC warnings for RNTester Differential Revision: D62501704
Summary: Pull Request resolved: facebook#46439 The SVC for some components on iOS got out of sync. This was creating warnings in the React Native DevTools and it was affecting the release of 0.76. With this change, I updated the manually written SVC so that we don't have warnings anymore. We still have to fix the `boxShadow` and `filter`. This will happen in a later change. ## Changelog [iOS][Fixed] - Solved SVC warnings for RNTester Reviewed By: NickGerleman Differential Revision: D62501704
Summary: Pull Request resolved: facebook#46439 The SVC for some components on iOS got out of sync. This was creating warnings in the React Native DevTools and it was affecting the release of 0.76. With this change, I updated the manually written SVC so that we don't have warnings anymore. ## Changelog [iOS][Fixed] - Solved SVC warnings for RNTester Differential Revision: D62501704
This pull request was exported from Phabricator. Differential Revision: D62501704 |
5e2fe06
to
91a35aa
Compare
This pull request has been merged in fad4a07. |
This pull request was successfully merged by @cipolleschi in fad4a07 When will my fix make it into a release? | How to file a pick request? |
Summary: Pull Request resolved: #46439 The SVC for some components on iOS got out of sync. This was creating warnings in the React Native DevTools and it was affecting the release of 0.76. With this change, I updated the manually written SVC so that we don't have warnings anymore. We still have to fix the `boxShadow` and `filter`. This will happen in a later change. ## Changelog [iOS][Fixed] - Solved SVC warnings for RNTester Reviewed By: NickGerleman Differential Revision: D62501704 fbshipit-source-id: 3c02f7615c3511a97eba73a2ddaa713d2e4e30f0
Summary:
The SVC for some components on iOS got out of sync.
This was creating warnings in the React Native DevTools and it was affecting the release of 0.76.
With this change, I updated the manually written SVC so that we don't have warnings anymore.
Changelog
[iOS][Fixed] - Solved SVC warnings for RNTester
Differential Revision: D62501704