From 2aa3bc95e846cb93bb7ff7a1071f683eb9a39822 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 25 Oct 2018 16:46:41 -0400 Subject: [PATCH] compile to implementation --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a346f90..3c8d155 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -30,5 +30,5 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:+' }