mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 23:16:13 +00:00
0c4f58d9f5
# Summary Rename example app to match the pattern.
7 lines
343 B
Groovy
7 lines
343 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 = 'PaperExample'
|
|
include ':app'
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|