mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2025-02-23 03:48:15 +00:00
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
6 lines
94 B
Objective-C
6 lines
94 B
Objective-C
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface ImageResizer : NSObject <RCTBridgeModule>
|
|
|
|
@end
|