This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues/pull-requests.
|
rootProject.name = 'app'
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|