2020-01-16 22:49:10 +00:00
|
|
|
rootProject.name = 'example'
|
2020-01-21 19:39:40 +00:00
|
|
|
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
2020-01-16 22:49:10 +00:00
|
|
|
include ':app'
|
2020-01-21 19:39:40 +00:00
|
|
|
include ':rnWebView'
|
|
|
|
project(':rnWebView').projectDir = new File(rootProject.projectDir, '../../android')
|