We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e48a30 commit de5d1d0Copy full SHA for de5d1d0
1 file changed
android/codepush.gradle
@@ -69,9 +69,9 @@ gradle.projectsEvaluated {
69
70
def nodeModulesPath;
71
if (project.hasProperty('nodeModulesPath')) {
72
- nodeModulesPath = "${project.nodeModulesPath}/react-native-code-push"
+ nodeModulesPath = "${project.nodeModulesPath}/@srcpush/react-native-code-push"
73
} else {
74
- nodeModulesPath = findNodeModulePath(projectDir, "react-native-code-push")
+ nodeModulesPath = findNodeModulePath(projectDir, "@srcpush/react-native-code-push")
75
}
76
77
def targetName = variant.name.capitalize()
@@ -95,7 +95,7 @@ gradle.projectsEvaluated {
95
96
// mitigates Resource and asset merger: Duplicate resources error
97
project.delete(files("${jsBundleDir}"))
98
-
+
99
jsBundleDir.mkdirs()
100
resourcesDir.mkdirs()
101
0 commit comments