mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2025-02-10 21:56:34 +00:00
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
This commit is contained in:
parent
8e6b1fdbbb
commit
6fd88e7666
@ -1,4 +1,4 @@
|
||||
#import <React/RCTBridge.h>
|
||||
#import <React/RCTBridgeModule.h>
|
||||
|
||||
@interface ImageResizer : NSObject <RCTBridgeModule>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user