Quellcode durchsuchen

point to index.js in build.gradle

Guy Carmeli vor 6 Jahren
Ursprung
Commit
fac293dbfc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      playground/android/app/build.gradle

+ 1
- 1
playground/android/app/build.gradle Datei anzeigen

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