After upgrading my react native project to version 0.69.0, I am getting this error
CodePudding user response:
The issue is coming because of react-native-reanimation.
I used a patch that worked for me. Attaching the git link of the patch.
https://github.com/software-mansion/react-native-reanimated/issues/3320#issuecomment-1166586113
CodePudding user response:
yarn add react-native-reanimated@next
will upgrade you to the patched version