From 3fc5d3629ab49b97d02333c6cf64ed2cfe0941c6 Mon Sep 17 00:00:00 2001 From: DengYun Date: Tue, 28 Jun 2016 10:33:10 +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 7d92541..6a08f92 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" } }