react-native-blur/example/android/settings.gradle

6 lines
167 B
Groovy

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