Replies: 1 comment
-
Hey @MateWW, thanks for the question.
Can you please describe what is the usecase for doing so (i.e. enabling TurboModules while still on Paper)? With NativeModules being mostly asynchronous, do you know if there are any libraries that would benefit from being a TurboModule, apart from type-safety and synchronicity? Have you encountered any problems when using Reanimated on such configuration?
Reanimated 3.0.0-rc.0+ supports both renderers, Paper and Fabric. However, we use preprocessor conditionals to compile renderer-specific parts of code, so currently you cannot use both Paper and Fabric simultaneously within one RN app. The library automatically discovers whether When it comes to TurboModules, indeed, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
With react native 0.71 there is a really promising option to turn on turbo modules without enabling fabric.
Do you have the plan to support it somehow?
Beta Was this translation helpful? Give feedback.
All reactions