通过moduleName来指定多个js模块,在index.ios.js里面添加require('./HelloWorld2')即可。
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"HelloWorld2"
initialProperties:nil
launchOptions:launchOptions];