-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Support new React Native new architecture (TurboModules/Fabric) #435
Comments
Any plans on supporting the new architecture? It is enabled by default in the next version of React Native 0.74. There is a discussion taking place here among other library authors migrating their library as well @proyecto26 |
Any updates on this? |
I'm not sure how to read the following related issue - someone tested the package on the new architecture and it's somehow working? |
I am pretty sure that even if it works, it needs to be ported at some point, else when they remove the legacy layer, it will not compile anymore |
FYI I migrated to expo browser, fairly easy to migrate btw. |
With Fabric/Turbomodules now being available for please add add support for it
See https://reactnative.dev/docs/new-architecture-library-intro
https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
The text was updated successfully, but these errors were encountered: