Files
react-native-svg/Example/android/settings.gradle
2016-05-18 17:33:54 +08:00

6 lines
198 B
Groovy

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