-
Notifications
You must be signed in to change notification settings - Fork 1.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
New Architecture support #985
Comments
Facing the same problem. React native version : 0.71.4 |
Same +1 |
Me too. Found this PR but it doesn't look like anyone has considered it yet: #951 |
+1 why he doesn't look this PR #951 ? |
Please publish a new version if you are free, thank you. @DylanVann |
+1 Will be great to have Fabric support |
@DylanVann please stay on top of this or look for more maintainers 🙏 |
@DylanVann fabric support would be great |
@DylanVann any update? |
@DylanVann hand over the repo to someone else who will maintain it since you've disappeared! |
I think this lib can now be used using the interop layer as discussed here reactwg/react-native-new-architecture#135 |
So, has this repo already been completely abandoned now? it's not been updated for a long time. 😅💔 |
used to be the best react native img lib :( |
I was also facing this Just add component name like this in react-native.config.js module.exports = { "The interop layer is a feature that lets you reuse legacy Native Components in New Architecture apps" Read More |
@mrshahzeb7 ComponentName in this case is "FastImageView" right? After adding it it's all good on Android, but it crashes on iOS at this line (in file LegacyViewManagerInteropComponentDescriptor.m):
Looks like it cannot find the view manager class. Any ideea what's wrong? This is my react-native.config.js file:
PS: I needed it for react-native-linear-gradient component as well, that's working fine on both platforms. |
I Just added in the android not IOS! my react-native.config.js |
@mrshahzeb7 But that way on iOS they don't get rendered, just seeing those red boxes telling it's not supporting Fabric yet. You're just building your app for Android? |
Yes i am using using both platform and it working fine for me Now I have to recheck whether the new arch is enabled or not on ios 🤔 But i didn't get any issues in ios I have added a script "pod-install" in package.json and in that i have added "RCT_NEW_ARCH_ENABLEB=1" Please note I created project from scratch with new Arch enabled |
Then I have to say that you are not on new arch on iOS, if you enable it (and yes I did it in the same way as you with adding it to pod install script):
But I'm seeing same red boxes for gradient and fast image views (just as it was for Android initially). Adding BVLinearGradient fixes the gradient views, but adding FastImageView makes the app crash (on iOS) If you run the app locally, after the bundle is loaded from metro you should see in logs |
Same on me, any solutions? :( |
Getting the same issue, would love to know if anyone has a patch to sort this / can identify the issue |
Step 1: Inside react-native.config.js just like under |
DreamSportsLab has forked this repo and created new package . |
That's great! But as a advice, could you please update the |
Definitely we are on to it . |
Describe the bug
A clear and concise description of what the bug is.
"FastImageView" doesn't support fabric
To Reproduce
Steps to reproduce the behavior if possible, or a link to a reproduction repo:
Expected behavior
PLS add new archcitecture support
Screenshots
If applicable, add screenshots to help explain your problem.
Dependency versions
Note: if these are not the latest versions of each I recommend updating as extra effort will not be taken to be backwards compatible, and updating might resolving your issue.
The text was updated successfully, but these errors were encountered: