Skip to content

Instantly share code, notes, and snippets.

@okwasniewski
Created September 30, 2024 14:15
Show Gist options
  • Save okwasniewski/42ba174003c28a1aa3ec8edc24f2c513 to your computer and use it in GitHub Desktop.
Save okwasniewski/42ba174003c28a1aa3ec8edc24f2c513 to your computer and use it in GitHub Desktop.
let jsCodeLocation = URL(string: "<http://localhost:8081/index.bundle?platform=ios>")!
let rootView = RCTRootView(bundleURL: jsCodeLocation, moduleName: "ReactNativeScreen", initialProperties: [:], launchOptions: nil)
let vc = UIViewController()
vc.view = rootView
self.present(vc, animated: true, completion: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment