This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native-image-resizer
mirror of
https://github.com/status-im/react-native-image-resizer.git
Watch
2
Star
0
Fork
You've already forked react-native-image-resizer
0
Code
Issues
Projects
Releases
Wiki
Activity
cb7c272891
react-native-image-resizer
/
ios
/
RCTImageResizer
/
RCTImageResizer.h
6 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
Support react-native > 0.40
2017-01-12 13:28:21 +00:00
#
import <React
/
RCTBridge.h>
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-13 15:49:17 +00:00
@
interface
ImageResizer
:
NSObject
<
RCTBridgeModule
>
@
end