We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f99b1 commit abdd85bCopy full SHA for abdd85b
gradle-plugins/react/brownfield/src/main/kotlin/com/callstack/react/brownfield/plugin/RNSourceSets.kt
@@ -52,7 +52,7 @@ object RNSourceSets {
52
// outputs for RN <= 0.81
53
"createBundle${capitalizedVariantName}JsAndAssets",
54
// outputs for RN >= 0.82
55
- "react/release",
+ "react/${variant.name}",
56
)) {
57
sourceSet.assets.srcDirs("$appBuildDir/generated/assets/$bundlePathSegment")
58
sourceSet.res.srcDirs("$appBuildDir/generated/res/$bundlePathSegment")
0 commit comments