pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } rootProject.name = 'NetBird' apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) include ':app', ':netbird', ':tool', ':react-native-splash-screen' includeBuild('../node_modules/react-native-gradle-plugin') project(':react-native-splash-screen').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-splash-screen/android')