Fix share extension (#1386)

* Remove iOS extension garbage code

* Fix Android Share Extension crash
This commit is contained in:
enahum
2018-01-26 18:50:08 -03:00
committed by GitHub
parent d88e980b48
commit 676a3c4bda
5 changed files with 36 additions and 62 deletions

View File

@@ -78,7 +78,7 @@ public class MainApplication extends NavigationApplication implements INotificat
@Override
public String getJSMainModuleName() {
return "index.android";
return "index";
}
@Override