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 ae8cb38 commit 09bcdc1Copy full SHA for 09bcdc1
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}/@bravemobile/react-native-code-push"
73
} else {
74
- nodeModulesPath = findNodeModulePath(projectDir, "react-native-code-push")
+ nodeModulesPath = findNodeModulePath(projectDir, "@bravemobile/react-native-code-push")
75
}
76
77
def targetName = variant.name.capitalize()
0 commit comments