We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5b1fd commit 98473f8Copy full SHA for 98473f8
packages/react-native-reanimated/android/build.gradle
@@ -270,7 +270,10 @@ android {
270
}
271
externalNativeBuild {
272
cmake {
273
- version = System.getenv("CMAKE_VERSION") ?: "3.22.1"
+ // We'll let the build system to resolve the version of CMake
274
+ // but keeping this here as a reminder that you should actually
275
+ // match the version being used in the React Native repo
276
+ // version = System.getenv("CMAKE_VERSION") ?: "3.22.1"
277
path "CMakeLists.txt"
278
279
0 commit comments