2022-05-10 19:42:15 -04:00

7 lines
321 B
Groovy

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