Replies: 2 comments 2 replies
-
Hey @YOEL311, although Reanimated v2 uses JSI & TurboModules under the hood (no need to enable it manually), it doesn't support the New Architecture (in particular, the new React Native renderer, also known as Fabric), you need to upgrade to v3. |
Beta Was this translation helpful? Give feedback.
1 reply
-
what about react-native-reanimated-3 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use
react-native-reanimated-2
I understand that this library uses
TurboModules
andHermes engine
source
However, their documentation does not mention that you should enable it.
Further confusing is the fact that the value is false in the example project.
It is explicitly written in the comment that it should be set to true in order to allow libraries to use it.
Official React-native-reanimated-2 example
I am very confused.
_Originally posted by @YOEL311 in https://stackoverflow.com/q/75411094/9161478
Beta Was this translation helpful? Give feedback.
All reactions