Replies: 1 comment
-
Hey, you can use remote debugger (such as Chrome DevTools or Hermes Debugger in Flipper) with Reanimated 2. For details, see https://docs.swmansion.com/react-native-reanimated/docs/next/guide/debugging#summary |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I needed to install this library to use @react-navigation/drawer, but it seems that react-native-reanimated@2 prevent me from using remote debugging.
From the react-navigation drawer documention, it is specified that it's possible to use reanimated 1 instead of 2 with the prop useLegacyImplementation .
It's also told that "The Drawer Navigator supports both Reanimated 1 and Reanimated 2. If you want to use Reanimated 2, make sure to configure it following the installation guide.".
Should I understand that it's possible to not use reanimated 2 by omitting the config described here? I tried but end up with issues like this.
Not having a debugger is awful, please help :(
Beta Was this translation helpful? Give feedback.
All reactions