Skip to content

Instantly share code, notes, and snippets.

@duytq94
Last active March 29, 2020 12:37
Show Gist options
  • Save duytq94/3f58719819312bec57e06851147c2cfe to your computer and use it in GitHub Desktop.
Save duytq94/3f58719819312bec57e06851147c2cfe to your computer and use it in GitHub Desktop.
#import <React/RCTBridgeModule.h>
@interface RCT_EXTERN_REMAP_MODULE(TestConnectNative, TestConnectNativeModule, NSObject)
RCT_EXTERN_METHOD(sendMessageToNative: (NSString)rnMessage)
RCT_EXTERN_METHOD(sendCallbackToNative: (RCTResponseSenderBlock)rnCallback)
RCT_EXTERN_METHOD(goToSecondViewController: (nonnull NSNumber *)reactTag)
RCT_EXTERN_METHOD(dismissViewController: (nonnull NSNumber *)reactTag)
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment