After upgrading my react native project to version 0.69.0, I am getting this error
Asked
Active
Viewed 1,900 times
2 Answers
1
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

Iva
- 2,447
- 1
- 18
- 28
-
how to use this patch – Jun 27 '22 at 12:48
-
if you look at the patch they have mentioned the path in which file you need to change. there you need to replace red lines with green lines – Iva Jun 28 '22 at 05:23
-
use the patch-package module. you basically create a /patches folder and put the git diff in there, then post install it will apply the diff to the package installed in node_modules. – Cparello Aug 09 '22 at 20:39