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 5d17bf4 commit 7503d4aCopy full SHA for 7503d4a
android/build.gradle
@@ -47,7 +47,12 @@ subprojects { subproject ->
47
android {
48
variantFilter { variant ->
49
def names = variant.flavors*.name
50
- if (names.contains("reactNative51") || names.contains("reactNative55") || names.contains("reactNative57")) {
+ if (names.contains("reactNative51") ||
51
+ names.contains("reactNative55") ||
52
+ names.contains("reactNative56") ||
53
+ names.contains("reactNative57") ||
54
+ names.contains("reactNative57_5")
55
+ ) {
56
setIgnore(true)
57
}
58
0 commit comments