I'm trying to build my React Native project with the following versions:
React Native: 0.75.5
React Native Reanimated: 3.16.7
When I run the project, I get the following Gradle error:
Task :react-native-reanimated:assertMinimalReactNativeVersionTask FAILED
It seems related to version compatibility, but I'm not sure what the minimal required React Native version for Reanimated 3.16.7 is, or how to fix this.
Steps I've tried:
Clearing Gradle caches
Running ./gradlew clean
Checking react-native-reanimated docs for minimal version
I tried building my React Native 0.75.5 project with react-native-reanimated 3.16.7. I expected the build to succeed without errors. Instead, the Gradle task :react-native-reanimated:assertMinimalReactNativeVersionTask failed, indicating a possible version incompatibility. I also tried clearing caches and running ./gradlew clean, but the error persisted.