瀏覽代碼

point to index.js in build.gradle

Guy Carmeli 6 年之前
父節點
當前提交
fac293dbfc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      playground/android/app/build.gradle

+ 1
- 1
playground/android/app/build.gradle 查看文件

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