Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created August 5, 2022 16:27
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 topherPedersen/145f4fad70ba1007b47029ff2c73bbb5 to your computer and use it in GitHub Desktop.
Save topherPedersen/145f4fad70ba1007b47029ff2c73bbb5 to your computer and use it in GitHub Desktop.
Blog Post Embed (YourCode.swift): A Working Example of React Native Navigation External Components
let externalComponentName = "YourComponentName"
let viewController = YourViewController()
registerExternalComponent(externalComponentName, viewController)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment