From d4dfd53e908d7bfa7ad55c9c57c3ca7736f83d6c Mon Sep 17 00:00:00 2001 From: DengYun Date: Tue, 28 Jun 2016 12:08:43 +0800 Subject: [PATCH] fix compile error --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 6a08f92..32fa2ed 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ android { repositories { maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm - url "$rootDir/../../../node_modules/react-native/android" + url "$rootDir/../node_modules/react-native/android" } }