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 28f5fa6 commit 6401c59Copy full SHA for 6401c59
example/android/app/build.gradle
@@ -73,7 +73,7 @@ import com.android.build.OutputFile
73
*/
74
75
project.ext.react = [
76
- entryFile: "index.js"
+ entryFile: "example/index.js"
77
]
78
79
apply from: "../../../node_modules/react-native/react.gradle"
@@ -141,6 +141,7 @@ dependencies {
141
implementation fileTree(dir: "libs", include: ["*.jar"])
142
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
143
implementation "com.facebook.react:react-native:+" // From node_modules
144
+ implementation project(':react-native-progress-bar-android')
145
}
146
147
// Run this once to be able to run the application with BUCK
0 commit comments