Lorenzo Sciandra 2bbc512083
refactor: migrate example app to use RNTA (#484)
init'd RNTA

fix build step

nit: improvement

remove old example app

last tweak
2022-07-29 12:23:36 +02:00

13 lines
250 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
google()
}
}
rootProject.name = "BlurExample"
apply(from: "../node_modules/react-native-test-app/test-app.gradle")
applyTestAppSettings(settings)