-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Fix names of view manager methods arguments #52571
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D78170316 |
fc6f30c
to
8cfec77
Compare
This pull request was exported from Phabricator. Differential Revision: D78170316 |
8cfec77
to
23a3388
Compare
This pull request was exported from Phabricator. Differential Revision: D78170316 |
Summary: This diff fixes the following warning: ``` The corresponding parameter in the supertype 'XYZViewManager' is named 'value'. This may cause problems when calling this function with named arguments. ``` changelog: [Android][Changed] Changed method arguments names for Core ViewManagers to match the names of ViewManagerInterfaces Reviewed By: cortinico Differential Revision: D78170316
23a3388
to
0f07798
Compare
Summary: Pull Request resolved: facebook#52571 This diff fixes the following warning: ``` The corresponding parameter in the supertype 'XYZViewManager' is named 'value'. This may cause problems when calling this function with named arguments. ``` changelog: [Android][Changed] Changed method arguments names for Core ViewManagers to match the names of ViewManagerInterfaces Reviewed By: cortinico Differential Revision: D78170316
This pull request was exported from Phabricator. Differential Revision: D78170316 |
0f07798
to
e345d10
Compare
This pull request was exported from Phabricator. Differential Revision: D78170316 |
Summary: This diff fixes the following warning: ``` The corresponding parameter in the supertype 'XYZViewManager' is named 'value'. This may cause problems when calling this function with named arguments. ``` changelog: [Android][Changed] Changed method arguments names for Core ViewManagers to match the names of ViewManagerInterfaces Reviewed By: cortinico Differential Revision: D78170316
This pull request has been merged in e7d9e0d. |
This pull request was successfully merged by @mdvacca in e7d9e0d When will my fix make it into a release? | How to file a pick request? |
Summary:
This diff fixes the following warning:
changelog: [Android][Changed] Changed method arguments names for Core ViewManagers to match the names of ViewManagerInterfaces
Differential Revision: D78170316