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.
2 parents d528baf + f171847 commit a2dbcc7Copy full SHA for a2dbcc7
example/android/settings.gradle
@@ -2,6 +2,5 @@ pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") }
2
plugins { id("com.facebook.react.settings") }
3
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
4
rootProject.name = 'fastopencv.example'
5
-apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
6
include ':app'
7
includeBuild('../node_modules/@react-native/gradle-plugin')
0 commit comments