Skip to content

Instantly share code, notes, and snippets.

@barrault01
Created December 17, 2018 11:49
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 barrault01/25a6b91c59d800eacec023b9da8ec034 to your computer and use it in GitHub Desktop.
Save barrault01/25a6b91c59d800eacec023b9da8ec034 to your computer and use it in GitHub Desktop.
File that add export the dismissReactView function and the ReactViewController module to react native
#import <React/RCTBridgeModule.h>
@interface RCT_EXTERN_MODULE(ReactViewController, NSObject)
RCT_EXTERN_METHOD(dismissReactView)
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment