Skip to content

Commit 1c3481f

Browse files
authored
remove unnecessary react native gradle plugin apply (#37)
1 parent 15e37e4 commit 1c3481f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

android/app/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ def isNewArchitectureEnabled() {
1010

1111
def IS_NEW_ARCHITECTURE_ENABLED = isNewArchitectureEnabled()
1212

13-
if (IS_NEW_ARCHITECTURE_ENABLED) {
14-
apply plugin: "com.facebook.react"
15-
}
16-
1713
def DEFAULT_COMPILE_SDK_VERSION = 26
1814
def DEFAULT_BUILD_TOOLS_VERSION = "26.0.3"
1915
def DEFAULT_TARGET_SDK_VERSION = 26

0 commit comments

Comments
 (0)