-
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
Reduce visibility of DynamicFromMap #39739
Conversation
This pull request was exported from Phabricator. Differential Revision: D49752137 |
This pull request was exported from Phabricator. Differential Revision: D49752137 |
Summary: Pull Request resolved: facebook#39739 In an attempt to reduce footprint of React Native Android public APIs we are reducing visibility of classes and interfaces that are not meant to be used publicly OR are public but have no usages. As part of our analysis, which involved looking for usages inside the Meta codebase and code search in OSS, we've detected that this class/interface is public but it's not used from other packages. If you are using this class or interface please comment in this PR and we will restate the public access. changelog: [Android][Changed] Reducing visibility of DynamicFromMap Reviewed By: RSNara Differential Revision: D49752137 fbshipit-source-id: c8038987280e74bb5456cc6e2138eb4bde262647
d7d52de
to
2626395
Compare
Base commit: 294c0fa |
This pull request was exported from Phabricator. Differential Revision: D49752137 |
Summary: Pull Request resolved: facebook#39739 In an attempt to reduce footprint of React Native Android public APIs we are reducing visibility of classes and interfaces that are not meant to be used publicly OR are public but have no usages. As part of our analysis, which involved looking for usages inside the Meta codebase and code search in OSS, we've detected that this class/interface is public but it's not used from other packages. If you are using this class or interface please comment in this PR and we will restate the public access. changelog: [Android][Changed] Reducing visibility of DynamicFromMap Reviewed By: RSNara Differential Revision: D49752137 fbshipit-source-id: a192dba7e48629b62e191b7879e65204ed93d4ef
2626395
to
a29ec01
Compare
This pull request was exported from Phabricator. Differential Revision: D49752137 |
Summary: Pull Request resolved: facebook#39739 In an attempt to reduce footprint of React Native Android public APIs we are reducing visibility of classes and interfaces that are not meant to be used publicly OR are public but have no usages. As part of our analysis, which involved looking for usages inside the Meta codebase and code search in OSS, we've detected that this class/interface is public but it's not used from other packages. If you are using this class or interface please comment in this PR and we will restate the public access. changelog: [Android][Changed] Reducing visibility of DynamicFromMap Reviewed By: RSNara Differential Revision: D49752137 fbshipit-source-id: 38c68cd2eaf598c502cf8882b4701aa0efa34eb3
a29ec01
to
39f59e8
Compare
This pull request was exported from Phabricator. Differential Revision: D49752137 |
Summary: Pull Request resolved: facebook#39739 In an attempt to reduce footprint of React Native Android public APIs we are reducing visibility of classes and interfaces that are not meant to be used publicly OR are public but have no usages. As part of our analysis, which involved looking for usages inside the Meta codebase and code search in OSS, we've detected that this class/interface is public but it's not used from other packages. If you are using this class or interface please comment in this PR and we will restate the public access. changelog: [Android][Changed] Reducing visibility of DynamicFromMap Reviewed By: RSNara Differential Revision: D49752137 fbshipit-source-id: 89f22b999a300b4d20f60fa6901ed9a3aac26789
39f59e8
to
cffe40a
Compare
Summary: In an attempt to reduce footprint of React Native Android public APIs we are reducing visibility of classes and interfaces that are not meant to be used publicly OR are public but have no usages. As part of our analysis, which involved looking for usages inside the Meta codebase and code search in OSS, we've detected that this class/interface is public but it's not used from other packages. If you are using this class or interface please comment in this PR and we will restate the public access. changelog: [Android][Changed] Reducing visibility of DynamicFromArray Differential Revision: D49752134 fbshipit-source-id: 9275ab27ecd39db155dd6e3f9ddaa7ca21932ce5
This pull request was exported from Phabricator. Differential Revision: D49752137 |
Summary: Pull Request resolved: facebook#39739 In an attempt to reduce footprint of React Native Android public APIs we are reducing visibility of classes and interfaces that are not meant to be used publicly OR are public but have no usages. As part of our analysis, which involved looking for usages inside the Meta codebase and code search in OSS, we've detected that this class/interface is public but it's not used from other packages. If you are using this class or interface please comment in this PR and we will restate the public access. changelog: [Android][Changed] Reducing visibility of DynamicFromMap Reviewed By: RSNara Differential Revision: D49752137 fbshipit-source-id: c2bfcf8dd57521dd45da53e2bbf50cd66e686176
cffe40a
to
476c566
Compare
This pull request has been merged in 7a5824b. |
Summary:
In an attempt to reduce footprint of React Native Android public APIs we are reducing visibility of classes and interfaces that are not meant to be used publicly OR are public but have no usages.
As part of our analysis, which involved looking for usages inside the Meta codebase and code search in OSS, we've detected that this class/interface is public but it's not used from other packages.
If you are using this class or interface please comment in this PR and we will restate the public access.
changelog: [Android][Changed] Reducing visibility of DynamicFromMap
Reviewed By: RSNara
Differential Revision: D49752137