Skip to content

Instantly share code, notes, and snippets.

@WF-Chiang
Created April 4, 2017 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WF-Chiang/ef19883ba656cf9e6f9bb2f268d08370 to your computer and use it in GitHub Desktop.
Save WF-Chiang/ef19883ba656cf9e6f9bb2f268d08370 to your computer and use it in GitHub Desktop.
NSURL *jsCodeLocation;
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"HelloReactNativeDemo"
initialProperties:nil
launchOptions:launchOptions];
rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment