From c9a8db573983cbbb622b59b07393c870c01a0934 Mon Sep 17 00:00:00 2001 From: Alexandre Segura Date: Tue, 20 Feb 2018 10:17:45 +0100 Subject: [PATCH] Workaround to compile with Gradle 3. - https://github.com/facebook/react-native/issues/16906 - https://github.com/facebook/react-native/pull/17967 --- android/gradle.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/gradle.properties b/android/gradle.properties index fd8bcba91..db976fd01 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -18,3 +18,9 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro # org.gradle.parallel=true android.useDeprecatedNdk=true + +# Workaround to compile using Gradle 3 +# Waiting for React Native 0.54 +# https://github.com/facebook/react-native/issues/16906 +# https://github.com/facebook/react-native/pull/17967 +android.enableAapt2=false