1bf6e62f2S猫头猫rootProject.name = 'MusicFree' 2bf6e62f2S猫头猫apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) 3bf6e62f2S猫头猫include ':app' 4*5589cdf3S猫头猫includeBuild('../node_modules/@react-native/gradle-plugin') 5bf6e62f2S猫头猫 6*5589cdf3S猫头猫apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle") 7*5589cdf3S猫头猫useExpoModules()