0

I have recently moved to debugging with Flipper after installing react-native-reanimated, however it doesn't pause on breakpoints.

I am using react-native 0.65.0 and react-native-reanimated 2.3.0-alpha.3.

The log in the screenshot is in the console however the debugger does not pause.

enter image description here

Has anyone else had this problem and found a solution?

AngularBoy
  • 1,715
  • 2
  • 25
  • 35

1 Answers1

0

I ended up downgrading react-native-reanimated to version 1.13.2 and reverting back to using React Native Debugger.

AngularBoy
  • 1,715
  • 2
  • 25
  • 35