From 0309c75bafa4315f1070c5a7a5b0395cbbef2c8e Mon Sep 17 00:00:00 2001 From: CHOIMINSEOK Date: Tue, 6 Jan 2026 22:55:40 +0900 Subject: [PATCH] remove unnecessary react native gradle plugin apply --- android/app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 133dd3e36..fab51b015 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -10,10 +10,6 @@ def isNewArchitectureEnabled() { def IS_NEW_ARCHITECTURE_ENABLED = isNewArchitectureEnabled() -if (IS_NEW_ARCHITECTURE_ENABLED) { - apply plugin: "com.facebook.react" -} - def DEFAULT_COMPILE_SDK_VERSION = 26 def DEFAULT_BUILD_TOOLS_VERSION = "26.0.3" def DEFAULT_TARGET_SDK_VERSION = 26