-
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
Stable API - Make classes inside com.facebook.react.views.progressbar
internal
#47376
Conversation
This pull request was exported from Phabricator. Differential Revision: D65423290 |
6545164
to
a7f47f9
Compare
…r` internal (facebook#47376) Summary: This makes several classes inside `com.facebook.react.views.progressbar` internal: - ReactProgressBarViewManager - ProgressBarShadowNode - ProgressBarContainerView Those classes should have not been exposed in the first place and users should not depend on them directly. Marked as Breaking but verified that there are no meaningful usages in OSS. Changelog: [Android] [Breaking] - Stable API - Make classes inside `com.facebook.react.views.progressbar` internal Differential Revision: D65423290
This pull request was exported from Phabricator. Differential Revision: D65423290 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65423290 |
…r` internal (facebook#47376) Summary: Pull Request resolved: facebook#47376 This makes several classes inside `com.facebook.react.views.progressbar` internal: - ReactProgressBarViewManager - ProgressBarShadowNode - ProgressBarContainerView Those classes should have not been exposed in the first place and users should not depend on them directly. Marked as Breaking but verified that there are no meaningful usages in OSS. Changelog: [Android] [Breaking] - Stable API - Make classes inside `com.facebook.react.views.progressbar` internal Reviewed By: javache Differential Revision: D65423290
14113e5
to
f03c4e1
Compare
…r` internal (facebook#47376) Summary: This makes several classes inside `com.facebook.react.views.progressbar` internal: - ReactProgressBarViewManager - ProgressBarShadowNode - ProgressBarContainerView Those classes should have not been exposed in the first place and users should not depend on them directly. Marked as Breaking but verified that there are no meaningful usages in OSS. Changelog: [Android] [Breaking] - Stable API - Make classes inside `com.facebook.react.views.progressbar` internal Reviewed By: javache Differential Revision: D65423290
This pull request was exported from Phabricator. Differential Revision: D65423290 |
…r` internal (facebook#47376) Summary: This makes several classes inside `com.facebook.react.views.progressbar` internal: - ReactProgressBarViewManager - ProgressBarShadowNode - ProgressBarContainerView Those classes should have not been exposed in the first place and users should not depend on them directly. Marked as Breaking but verified that there are no meaningful usages in OSS. Changelog: [Android] [Breaking] - Stable API - Make classes inside `com.facebook.react.views.progressbar` internal Reviewed By: javache Differential Revision: D65423290
f03c4e1
to
8f963ad
Compare
This pull request was exported from Phabricator. Differential Revision: D65423290 |
…r` internal (facebook#47376) Summary: This makes several classes inside `com.facebook.react.views.progressbar` internal: - ReactProgressBarViewManager - ProgressBarShadowNode - ProgressBarContainerView Those classes should have not been exposed in the first place and users should not depend on them directly. Marked as Breaking but verified that there are no meaningful usages in OSS. Changelog: [Android] [Breaking] - Stable API - Make classes inside `com.facebook.react.views.progressbar` internal Reviewed By: javache Differential Revision: D65423290
8f963ad
to
4145eab
Compare
This pull request was exported from Phabricator. Differential Revision: D65423290 |
…r` internal (facebook#47376) Summary: This makes several classes inside `com.facebook.react.views.progressbar` internal: - ReactProgressBarViewManager - ProgressBarShadowNode - ProgressBarContainerView Those classes should have not been exposed in the first place and users should not depend on them directly. Marked as Breaking but verified that there are no meaningful usages in OSS. Changelog: [Android] [Breaking] - Stable API - Make classes inside `com.facebook.react.views.progressbar` internal Reviewed By: javache Differential Revision: D65423290
4145eab
to
6f0cf54
Compare
This pull request was exported from Phabricator. Differential Revision: D65423290 |
…r` internal (facebook#47376) Summary: This makes several classes inside `com.facebook.react.views.progressbar` internal: - ReactProgressBarViewManager - ProgressBarShadowNode - ProgressBarContainerView Those classes should have not been exposed in the first place and users should not depend on them directly. Marked as Breaking but verified that there are no meaningful usages in OSS. Changelog: [Android] [Breaking] - Stable API - Make classes inside `com.facebook.react.views.progressbar` internal Reviewed By: javache Differential Revision: D65423290
6f0cf54
to
dc7cbda
Compare
This pull request was exported from Phabricator. Differential Revision: D65423290 |
This pull request has been merged in 46526fc. |
This pull request was successfully merged by @cortinico in 46526fc When will my fix make it into a release? | How to file a pick request? |
Summary:
This makes several classes inside
com.facebook.react.views.progressbar
internal:Those classes should have not been exposed in the first place and users should not depend on them directly.
Marked as Breaking but verified that there are no meaningful usages in OSS.
Changelog:
[Android] [Breaking] - Stable API - Make classes inside
com.facebook.react.views.progressbar
internalDifferential Revision: D65423290