update loading screen and project name

This commit is contained in:
Peter Cottle 2015-04-16 19:46:14 +10:00
parent 62b342e665
commit 99bf867190
3 changed files with 18 additions and 9 deletions

View file

@ -37,7 +37,7 @@
// jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"AwesomeProject"
moduleName:@"LearnGitBranching"
launchOptions:launchOptions];
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];