f0ckapp_react/android/settings.gradle
2020-01-20 18:24:37 +01:00

6 lines
365 B
Groovy

rootProject.name = 'f0ckapp'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')