Files
react-native-svg/Example/android/settings.gradle
2016-04-20 12:52:35 +08:00

7 lines
203 B
Groovy

rootProject.name = 'ArtSvgExample'
include ':app'
include ':react-native-svg'
project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-art-svg/android')