Skip to content

Commit 6401c59

Browse files
committed
Updating example gradle files
1 parent 28f5fa6 commit 6401c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import com.android.build.OutputFile
7373
*/
7474

7575
project.ext.react = [
76-
entryFile: "index.js"
76+
entryFile: "example/index.js"
7777
]
7878

7979
apply from: "../../../node_modules/react-native/react.gradle"
@@ -141,6 +141,7 @@ dependencies {
141141
implementation fileTree(dir: "libs", include: ["*.jar"])
142142
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
143143
implementation "com.facebook.react:react-native:+" // From node_modules
144+
implementation project(':react-native-progress-bar-android')
144145
}
145146

146147
// Run this once to be able to run the application with BUCK

0 commit comments

Comments
 (0)