I started seeing this issue last week: https://github.com/software-mansion/react-native-reanimated/issues/3743
Version used for reanimated "react-native-reanimated": "^2.12.0",
added in babel.config.js 'react-native-reanimated/plugin',
Below is the steps i added : android/build.gradle
allprojects {
repositories { /* ... */ }
configurations.all {
resolutionStrategy {
force 'com.facebook.react:react-native:0.64.2' // In my case i have react native : 0.64.2
}
}
}
But i am still getting below error:
Task :react-native-reanimated:compileDebugJavaWithJavac FAILED