This commit is contained in:
Horcrux
2017-03-16 00:31:31 +08:00
parent e40456d8f6
commit 9362865639
+1 -1
View File
@@ -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`: