Bläddra i källkod

point to index.js in build.gradle

Guy Carmeli 7 år sedan
förälder
incheckning
fac293dbfc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      playground/android/app/build.gradle

+ 1
- 1
playground/android/app/build.gradle Visa fil

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"