Files
react-native-svg/Example/android/settings.gradle
Horcrux d990eaa472 try to implement stroke text with gradient but failed
try to implement stroke text with gradient but failed
2016-04-23 11:53:48 +08:00

7 lines
199 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')