Guest User

Untitled

a guest
Feb 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
  2. moduleName:@"Demo App"
  3. initialProperties:nil
  4. launchOptions:launchOptions];
  5.  
  6. rootView.backgroundColor = [[UIColor alloc] initWithRed:0.52 green:0.52 blue:0.52 alpha:1];
Add Comment
Please, Sign In to add comment