mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-23 11:16:42 +00:00
Fix #283
This commit is contained in:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user