Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce visibility of ReactImageDownloadListener
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. bypass-github-export-checks changelog: [Android][Changed] Reducing visibility of ReactImageDownloadListener Reviewed By: arushikesarwani94 Differential Revision: D49803289 fbshipit-source-id: 19d4c3403449dd9b928963b274362662375b7545
- Loading branch information
9582f98
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arushikesarwani94 This class is used in package iyegoroff/react-native-image-filter-kit#150 and this change breaks building the project on Android. Can you please revert this to public?