// // BridgeEmitter.h // TecnaviaApplication // // Created by iPad Developer on 12.02.19. // Copyright © 2019 Facebook. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN @interface BridgeEmitter : RCTEventEmitter - (void)sendKeyDown:(NSDictionary *)event; - (void)sendKeyUp:(NSDictionary *)event; - (void)sendEvent:(NSString *)event; - (void)sendEvent:(NSString *)event withBody:(NSDictionary *)body; @end NS_ASSUME_NONNULL_END