-
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
Update RN Share.share()'s argument types to be more explicit #44887
Conversation
This pull request was exported from Phabricator. Differential Revision: D58224906 |
Base commit: 49a911f |
This pull request was exported from Phabricator. Differential Revision: D58224906 |
267284d
to
57779aa
Compare
…k#44887) Summary: Pull Request resolved: facebook#44887 The previous inexact object types and documentation for Share.share()'s arguments have led to confusion in how this library should be used. This diff updates the argument types to be more explicit, and rewrites some of the documentation for clarity. Changelog: [General][Breaking] Update `Share.share()`'s argument types to be more explicit. Differential Revision: D58224906
…k#44887) Summary: Pull Request resolved: facebook#44887 The previous inexact object types and documentation for Share.share()'s arguments have led to confusion in how this library should be used. This diff updates the argument types to be more explicit, and rewrites some of the documentation for clarity. Changelog: [General][Breaking] Update `Share.share()`'s argument types to be more explicit. Reviewed By: NickGerleman Differential Revision: D58224906
This pull request was exported from Phabricator. Differential Revision: D58224906 |
57779aa
to
3f8368f
Compare
This pull request has been merged in 8b53d41. |
This pull request was successfully merged by Charles Dudley in 8b53d41. When will my fix make it into a release? | How to file a pick request? |
Summary:
The previous inexact object types and documentation for Share.share()'s arguments have led to confusion in how this library should be used. This diff updates the argument types to be more explicit, and rewrites some of the documentation for clarity.
Changelog:
[General][Breaking] Update
Share.share()
's argument types to be more explicit.Differential Revision: D58224906