0

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

IOSDev
  • 205
  • 2
  • 10
  • Does this answer your question? [React Native Android build failure with different errors without any changes in code for past days due to publish of React Native version 0.71.0-rc.0](https://stackoverflow.com/questions/74334162/react-native-android-build-failure-with-different-errors-without-any-changes-in) – Thanhal P A Nov 15 '22 at 14:24

0 Answers0