Support react-native > 0.40
This commit is contained in:
parent
fd4ec2f814
commit
d8ddf31bd2
|
@ -1,4 +1,4 @@
|
|||
#import "RCTBridge.h"
|
||||
#import <React/RCTBridge.h>
|
||||
|
||||
@interface ImageResizer : NSObject <RCTBridgeModule>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "RCTImageResizer.h"
|
||||
#include "ImageHelpers.h"
|
||||
#import "RCTImageLoader.h"
|
||||
#import <React/RCTImageLoader.h>
|
||||
|
||||
@implementation ImageResizer
|
||||
|
||||
|
|
Loading…
Reference in New Issue