7 lines
246 B
Groovy
7 lines
246 B
Groovy
|
rootProject.name = 'AnimatedGradient'
|
||
|
|
||
|
include ':app'
|
||
|
|
||
|
include ':app', ':react-native-linear-gradient'
|
||
|
project(':react-native-linear-gradient').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-linear-gradient/android')
|