mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-31 23:40:27 +02:00
update loading screen and project name
This commit is contained in:
parent
62b342e665
commit
99bf867190
3 changed files with 18 additions and 9 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue