Hi,
I’m building the jitsi engine for Android v7001 and I’m facing a problem:
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* Where:
Build file '<PATH TO PROJECT>/node_modules/react-native-reanimated/android/build.gradle' line: 11
* What went wrong:
A problem occurred evaluating project ':react-native-reanimated'.
> Cannot get property 'react' on extra properties extension as it does not exist
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* Where:
Build file '<PATH TO PROJECT>/android/build.gradle' line: 123
* What went wrong:
A problem occurred configuring project ':react-native-reanimated'.
> Could not get unknown property 'android' for task ':react-native-reanimated:jitsiAndroidSourcesJar' of type org.gradle.api.tasks.bundling.Jar.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
I’m using node v17.7.1
and tested with reanimated 2.2.0 and 2.2.4.
Any hint on how to fix it?
Thanks