Upgrade RN (#1102)

This commit is contained in:
enahum
2017-11-07 13:34:39 -03:00
committed by GitHub
parent 697e9a1831
commit 9910e3438d
34 changed files with 1310 additions and 1166 deletions

View File

@@ -70,6 +70,11 @@ public class MainApplication extends NavigationApplication implements INotificat
);
}
@Override
public String getJSMainModuleName() {
return "index";
}
@Override
public void onCreate() {
super.onCreate();