software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.93k stars 1.3k forks source link

Task :react-native-reanimated:buildCMakeDebug[arm64-v8a] FAILED #6594

Open kikikiswanto opened 1 week ago

kikikiswanto commented 1 week ago

Description

Error after upgrade RN i create new project with new RN i migrate all code to new project all already fine next step i install reanimated for using animate but got error build current version "react-native-reanimated": "^3.15.5",

i try downgrade version "react-native-reanimated": "^2.7.0", build success but app crash and stop working on android emulator

image image image

Steps to reproduce

  1. npm install react-native-reanimated
  2. add 'react-native-reanimated/plugin' in babel.config.js
  3. npm start -- --reset-cache
  4. select a (for run android)
  5. and error

Snack or a link to a repository

https://snack.expo.dev/eC-VGwPtg1zx37u3YD_V2

Reanimated version

3.15.5

React Native version

0.75.3

Platforms

Android

JavaScript runtime

Hermes

Workflow

React Native

Architecture

Fabric (New Architecture)

Build type

Debug app & dev bundle

Device

Android emulator

Device model

Android API 35 x86_64

Acknowledgements

Yes

Priyanshu-Agrawal commented 14 hours ago

Any update on that? i am running into the same issue