Explorar el Código

point to index.js in build.gradle

Guy Carmeli hace 6 años
padre
commit
fac293dbfc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      playground/android/app/build.gradle

+ 1
- 1
playground/android/app/build.gradle Ver fichero

@@ -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"