chore(sample): move source in source folder

This commit is contained in:
olivier bouillet
2022-04-26 19:18:08 +02:00
parent 2657441113
commit 603956b893
10 changed files with 107 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ public class MainApplication extends MultiDexApplication implements ReactApplica
@Override
protected String getJSMainModuleName() {
return "index";
return "src/index";
}
};