Untitled
unknown
plain_text
4 years ago
403 B
6
Indexable
RCTBridge *bridge = [[RCTBridge alloc] initWithBundleURL:jsCodeLocation moduleProvider:nil launchOptions:launchOptions]; #if RCT_DEV [bridge moduleForClass:[RCTDevLoadingView class]]; #endif RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge moduleName:@"<AddYourAppNameHere>" initialProperties:nil];
Editor is loading...