-
Notifications
You must be signed in to change notification settings - Fork 479
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
iOS: Add support for Fabric / new architecture #387
Comments
@skurgansky-sugarcrm - This issue is still open and not implemented so this is not expected to work yet. |
I tried to use this library along with RNGH and Fabric but my app crash and close on every init. So this is why, right? |
I can find any mentioning about Fabric support neither in docs nor in open PR. Do you have any open issue about that to follow them? |
This project has not yet been converted to support Fabric, this issue is for tracking the conversion. It will be closed when we've finalised this functionality. |
Is there an ETA for adding Fabric support to Skia? |
Totally understand this project has a lot of moving parts and paying supporters get priority, as has been stated already. Having said that, for teams wanting to adopt the new arch, could a maintainer weigh-in on what a timeline for RN Skia supporting it may be? Weeks? Months? Years? Just so we can move forward with using it or not :) |
Hi @nextriot - valid question and an important discussion :) I think that the issue we've had with the new architecture has been that we've tried this conversion a few times on the different RN versions supporting Fabric - and each time we've see relatively big changes coming in each new version forcing us to update and spend time on this. Lastly in RN 0.72 we got the new Interop layer that should help doing this automatically for legacy components - Fabric / new architecture is still also marked as experimental so we expect changes also in upcoming versions. Having said all this we definitely want to support Fabric - but due to both low adoption (I know adding support might help on that) and relatively low number of requests compared to other things on our plans we've had to push this feature a bit. We're open to contributions for direct features like implementing support for Fabric - so if you either want to help creating PRs implementing the feature or want to discuss sponsoring this as a short project you're more than welcome to do so. |
Can I know if there is any progress on this? |
Can I know if there is any progress on this? |
I think skia is the last blocker for our app to use the new architecture. Unfortunately I have no cpp experience so I'm unlikely to be able to meaningfully contribute to solving this in the near term. Hopefully the talented people here will be able to tackle this soon 😄 @chrfalch I see there's a PR already open for this, is there a blocker to merging that? |
Since we're now on version 0.68 of the example project we should add support for the new architecture / Fabric in our library as well. This should be done so that we can use the library both with and without Fabric.
The text was updated successfully, but these errors were encountered: