We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d73379 commit 836f011Copy full SHA for 836f011
1 file changed
android/settings.gradle
@@ -1,4 +1,11 @@
1
-pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") }
+pluginManagement {
2
+ repositories {
3
+ gradlePluginPortal()
4
+ google()
5
+ mavenCentral()
6
+ }
7
+ includeBuild("../node_modules/@react-native/gradle-plugin")
8
+}
9
plugins { id("com.facebook.react.settings") }
10
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
11
0 commit comments