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
 
2
 
3
 project.ext.react = [
3
 project.ext.react = [
4
         root     : "../../../",
4
         root     : "../../../",
5
-        entryFile: "playground/index.android.js"
5
+        entryFile: "playground/index.js"
6
 ]
6
 ]
7
 
7
 
8
 apply from: "../../../node_modules/react-native/react.gradle"
8
 apply from: "../../../node_modules/react-native/react.gradle"