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 14b8414 commit d31dea9Copy full SHA for d31dea9
example/android/settings.gradle
@@ -1,6 +1,6 @@
1
rootProject.name = 'ImageMarkerExample'
2
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
3
include ':app'
4
-includeBuild('../node_modules/react-native-gradle-plugin')
+includeBuild('../node_modules/@react-native/gradle-plugin')
5
include ':react-native-vector-icons'
6
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
0 commit comments