Last active
March 29, 2020 12:37
-
-
Save duytq94/3f58719819312bec57e06851147c2cfe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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