3 changed files with 3 additions and 3 deletions
@ -1,7 +1,7 @@ |
|||
rootProject.name = 'taroDemo' |
|||
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') |
|||
includeBuild(file('../node_modules/@react-native/gradle-plugin').toPath().toRealPath().toAbsolutePath().toString()) |
|||
|
|||
apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle") |
|||
useExpoModules() |
|||
Loading…
Reference in new issue