-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Cannot inherit from final 'com.facebook.react.views.imagehelper.ImageSource' #46077
Comments
|
|
Temporary Workaround |
Looking at #44001, the only change that i can see is that the API has decided that it is to be marked as final, which is interesting. @andrewdacenko, i see this was your commit. Can you provide us with the context on why it was marked as final when migrating from Java to Kotlin? Was this an accidental thing or do you guys think this API should be final moving forward? |
Summary: Fixes facebook#46077 Changelog: [Android] [Fixed] - Make Imagesource `open` for inheritance Differential Revision: D61469357
Summary: Fixes #46077 Changelog: [Android] [Fixed] - Make Imagesource `open` for inheritance Differential Revision: D61469357
We're going to ship 0.75.2 with a fix for this problem |
Description
Using the new architecture on react native version 0.75.1, the react native fast Image library cannot be used.
Steps to reproduce
....
React Native Version
0.75.1
Affected Platforms
Runtime - Android
Areas
Fabric - The New Renderer
Output of
npx react-native info
Stacktrace or Logs
Reproducer
...
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: