瀏覽代碼

point to index.js in build.gradle

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

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

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"