Almouro 125365ec6b Handle images from RCT Image store
On iOS, when cropping an image with ImageEditor, it returns an uri starting with rct-image-store which could not be read by this module
2016-03-17 19:21:03 +01:00

6 lines
82 B
Objective-C

#import "RCTBridge.h"
@interface ImageResizer : NSObject <RCTBridgeModule>
@end