You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As indicated in the commit below, the ReactImageDownloadListener class is no longer public. After upgrading the React Native version to 0.74.3, I get the following error when trying to build my app for Android: ReactImageDownloadListener is not public in com.facebook.react.views.image. I'm using the latest version of the package v0.8.0.
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
As indicated in the commit below, the
ReactImageDownloadListener
class is no longer public. After upgrading the React Native version to 0.74.3, I get the following error when trying to build my app for Android:ReactImageDownloadListener is not public in com.facebook.react.views.image
. I'm using the latest version of the packagev0.8.0
.The text was updated successfully, but these errors were encountered: