Skip to content

Commit a2dbcc7

Browse files
Merge pull request #101 from YOEL311/patch-1
Fix: Remove native_modules.gradle from example settings.gradle
2 parents d528baf + f171847 commit a2dbcc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/android/settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") }
22
plugins { id("com.facebook.react.settings") }
33
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
44
rootProject.name = 'fastopencv.example'
5-
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
65
include ':app'
76
includeBuild('../node_modules/@react-native/gradle-plugin')

0 commit comments

Comments
 (0)