iot-v2-rn/app/IoT_Light/android/settings.gradle
2020-10-05 12:28:28 +01:00

10 lines
291 B
Groovy

rootProject.name = 'IoTLight'
apply from: '../node_modules/react-native-unimodules/gradle.groovy'
includeUnimodulesProjects()
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle");
applyNativeModulesSettingsGradle(settings)
include ':app'