react-native-linear-gradient/Examples/AnimatedGradient/android/settings.gradle

6 lines
237 B
Groovy

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