10

When I install react-native-reanimated in my project after try to run my app it's show me bellow error:

Cause: executing external native build for cmake /Users/MyPC/React-Native/Citi-App-Old-version/node_modules/react-native-reanimated/android/CMakeLists.txt

Version of use:

"react": "16.13.1",
"react-native": "0.63.0",
"react-native-reanimated": "^2.8.0",

Can you please help me for fixed this error?

fatihyildizhan
  • 8,614
  • 7
  • 64
  • 88
Sagar Kachhadiya
  • 1,025
  • 2
  • 9
  • 24

1 Answers1

0

You need to upgrade your React Native version or downgrade Reanimated because even reanimated 2.6.0 depends on React Native 0.68 but your version is 0.63

Kirill Novikov
  • 2,576
  • 4
  • 20
  • 33