-
Notifications
You must be signed in to change notification settings - Fork 22
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 ImageSource #13
Comments
Hi, your project in Android works correctly, where do you use FastImage ? |
No it's not working, Build failed because of Cannot inherit from final ImageSource error |
I understand, I have a completely different error 😃 . From what I've gathered, this library doesn't work on newer versions of React Native; iOS works, but Android doesn't work at all. |
@yousefArb I will look in to it for sure . Give me some time i will share the timelines |
Hello, after updating the react-native to Note: Recompile with -Xlint:deprecation for details.
|
link to the issue in the original repo DylanVann/react-native-fast-image#1043 |
@YuriOlepir @yousefArb I will be picking this up |
@YuriOlepir @yousefArb facebook/react-native#46092 |
@deepanshushuklad11 |
It's not fixed in the newest version: |
I think there was a miss in the PR a new PR has been raised to fix facebook/react-native#46152. |
Hi
Now in react native 0.75.0.rc-6
ImageSource
class is final class which cannot be inherited, so I cannot use react-native-fast-image with my project.could you fix this issue, if yes when can it be done?
thanks
The text was updated successfully, but these errors were encountered: