We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377e077 commit 1c8a120Copy full SHA for 1c8a120
Examples/CodePushDemoApp/android/settings.gradle
@@ -1,4 +1,4 @@
1
rootProject.name = 'CodePushDemoApp'
2
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
3
include ':app', ':react-native-code-push'
4
-project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app')
+project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/@srcpush/react-native-code-push/android/app')
0 commit comments