Skip to content
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

[Android] ReactImageDownloadListener is not public error #150

Open
chsdwn opened this issue Jul 9, 2024 · 0 comments
Open

[Android] ReactImageDownloadListener is not public error #150

chsdwn opened this issue Jul 9, 2024 · 0 comments

Comments

@chsdwn
Copy link

chsdwn commented Jul 9, 2024

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.

rafaelmaeuer referenced this issue in facebook/react-native Sep 25, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant