From 93628656394a233fd483f9c8ea6d484d6a34f55a Mon Sep 17 00:00:00 2001 From: Horcrux Date: Thu, 16 Mar 2017 00:31:31 +0800 Subject: [PATCH] Fix #283 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7f69558..75ededaa 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ ``` include ':react-native-svg' - project(':react-native-svg').projectDir = new File(rootProject.projectDir, './node_modules/react-native-svg/android') + project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android') ``` 3. Insert the following lines inside the dependencies block in `android/app/build.gradle`: