You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building my project with reanimated on android, I'm getting this error
Building on an M1 mac. Reanimated v2.2.2 . This was building for 0.65.1
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Failed to transform react-native-reanimated-66-hermes.aar (project :react-native-reanimated) to match attributes {artifactType=android-aar-metadata}.
> Execution failed for JetifyTransform: /Users/me/my_app/node_modules/react-native-reanimated/android/react-native-reanimated-66-hermes.aar.
> Transform's input file does not exist: /Users/me/my_app/node_modules/react-native-reanimated/android/react-native-reanimated-66-hermes.aar. (See https://issuetracker.google.com/issues/158753935)
Expected behavior
It builds
Actual behavior & steps to reproduce
It won't build
Snack or minimal code example
Package versions
React Native: 0.66-rc4
React Native Reanimated: 2.2.2 and v2.3.0-alpha3
NodeJS: 16.10
Xcode: 13
Java & Gradle: gradle 6.9
Affected platforms
Android
iOS
Web
The text was updated successfully, but these errors were encountered:
Description
Currently, the rc4 of react native 0.66 looks to be stable and should be promoted to main early next week.
When building my project with reanimated on android, I'm getting this error
Building on an M1 mac. Reanimated v2.2.2 . This was building for 0.65.1
Expected behavior
It builds
Actual behavior & steps to reproduce
It won't build
Snack or minimal code example
Package versions
Affected platforms
The text was updated successfully, but these errors were encountered: