react-native-blur/examples/Basic/android/settings.gradle

11 lines
361 B
Groovy

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