Bjarne Knutzen bb2968e943
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build-library (push) Has been cancelled
CI / build-android (push) Has been cancelled
CI / build-ios (push) Has been cancelled
first commit
2026-01-16 09:17:49 +01:00

7 lines
354 B
Groovy

pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") }
plugins { id("com.facebook.react.settings") }
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
rootProject.name = 'webidmetaplugin.example'
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')