Sfoglia il codice sorgente

index to example/index

Tom Underhill 5 anni fa
parent
commit
45dee9cb67

+ 1
- 1
example/android/app/src/main/java/com/example/MainApplication.java Vedi File

30
 
30
 
31
         @Override
31
         @Override
32
         protected String getJSMainModuleName() {
32
         protected String getJSMainModuleName() {
33
-          return "index";
33
+          return "example/index";
34
         }
34
         }
35
       };
35
       };
36
 
36