-
Notifications
You must be signed in to change notification settings - Fork 776
React Native New Architecture support Done #850
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
Conversation
eedcbfd
to
a408375
Compare
Thank you @SolankiYogesh. I don't currently have time to review & test. If anyone can review it? :) |
Thanks @SolankiYogesh ! These methods are missing for Android.
For iOS while there's
@RomualdPercereau maybe let's consider releasing alpha version with the new arch and ask devs to test it with us. I'll try to run some tests as well |
@Okelm i think both methods are not required because. ok let me check again all code and yes i am currently using this patch in my product app |
ok yes enable method is missing let me add ` ` |
1f68a26
to
e88769c
Compare
As long as there's no plan to ditch Windows support this will require Windows new arch rewrite as well. |
cfc7f77
to
c41a77a
Compare
@SolankiYogesh do you want to add windows support? |
Yes currently i am checking how to apply new arch support in mac os and windows so i will update patch again with windows changes |
@SolankiYogesh is your investigation still ongoing? These changes not being merged are preventing newer react-native projects from making use of this library. |
Anxiously awaiting this. |
feat: added fabric example
fix: example testing
fix: removed unwated scripts
feat: new architecture support done