Functioning iOS

This commit is contained in:
Mo Bitar
2018-12-23 12:23:15 -06:00
parent ff86170197
commit 4158c77e9e
36 changed files with 5464 additions and 3310 deletions

View File

@@ -59,6 +59,20 @@ public class MainApplication extends NavigationApplication {
new FlagSecurePackage()
);
}
// =======
// @Override
// protected List<ReactPackage> getPackages() {
// return Arrays.<ReactPackage>asList(
// new MainReactPackage()
// );
// }
//
// @Override
// protected String getJSMainModuleName() {
// return "index";
// }
// };
// >>>>>>> theirs
@Override
@Nullable