skip to Main Content

Configure project :react-native-reanimated

Native libs debug enabled: true

Android gradle plugin: 7.0.4

Gradle: 7.3.3

building Reanimated2

2

Answers


  1. Upgrade your react-native-reanimated to v2.9.1 to fix the problem.

    Then

    cd android 
    ./gradlew clean
    

    You can check more details and answers from here

    Login or Signup to reply.
  2. Configure project :react-native-reanimated
    Native libs debug enabled: false
    Android gradle plugin: 7.0.4
    Gradle: 7.3.3
    building Reanimated2
    [CXX1101] NDK at /Users/iasonasxrist/Library/Android/sdk/ndk/21.4.7075529 did not have a source.properties file
    This version only understands SDK XML versions up to 2 but an SDK XML file of version 3 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search