mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2025-01-12 15:44:24 +00:00
125365ec6b
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
6 lines
82 B
Objective-C
6 lines
82 B
Objective-C
#import "RCTBridge.h"
|
|
|
|
@interface ImageResizer : NSObject <RCTBridgeModule>
|
|
|
|
@end
|