Browse Source

point to index.js in build.gradle

Guy Carmeli 6 years ago
parent
commit
fac293dbfc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/android/app/build.gradle

+ 1
- 1
playground/android/app/build.gradle View File

@@ -2,7 +2,7 @@ apply plugin: "com.android.application"
2 2
 
3 3
 project.ext.react = [
4 4
         root     : "../../../",
5
-        entryFile: "playground/index.android.js"
5
+        entryFile: "playground/index.js"
6 6
 ]
7 7
 
8 8
 apply from: "../../../node_modules/react-native/react.gradle"