Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created August 5, 2022 16:26
Show Gist options
  • Save topherPedersen/60a7840e8b2697faaee0cc5a8924db29 to your computer and use it in GitHub Desktop.
Save topherPedersen/60a7840e8b2697faaee0cc5a8924db29 to your computer and use it in GitHub Desktop.
Blog Post Embed (RNNUtility.h): A Working Example of React Native Navigation External Components
//
// RNNUtility.h
// yourapp
//
// Created by Christopher Pedersen on 8/5/22.
// Copyright © 2022 Super Sweet Co. All rights reserved.
//
#ifndef RNNUtility_h
#define RNNUtility_h
void registerExternalComponent(NSString *componentName, UIViewController *viewController);
#endif /* RNNUtility_h */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment