Просмотр исходного кода

point to index.js in build.gradle

Guy Carmeli 7 лет назад
Родитель
Сommit
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"