diff --git a/template/android/app/build.gradle b/template/android/app/build.gradle index 92fd20361b617f..5364e587e47823 100644 --- a/template/android/app/build.gradle +++ b/template/android/app/build.gradle @@ -157,7 +157,6 @@ android { arguments "-DPROJECT_BUILD_DIR=$buildDir", "-DREACT_ANDROID_DIR=$rootDir/../node_modules/react-native/ReactAndroid", "-DREACT_ANDROID_BUILD_DIR=$rootDir/../node_modules/react-native/ReactAndroid/build", - "-DNODE_MODULES_DIR=$rootDir/../node_modules", "-DTARGET_NAME=$dynamicLibraryName", "-DANDROID_STL=c++_shared" }