Michał Pierzchała 6fd88e7666 Use RCTBridgeModule.h instead of RCTBridge.h (#109)
Looks like `RCTBridge.h` got deprecated and official docs use `#import <React/RCTBridge.h>` form anyway. This also makes this lib usable under (at least) RN 0.48
2017-10-15 23:19:46 +02:00

6 lines
94 B
Objective-C

#import <React/RCTBridgeModule.h>
@interface ImageResizer : NSObject <RCTBridgeModule>
@end