mirror of
https://github.com/waku-org/waku-react-native.git
synced 2025-02-24 10:38:18 +00:00
7 lines
321 B
Groovy
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')
|