3 Commits

Author SHA1 Message Date
Michał Pierzchała
6fd88e7666 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
2017-10-15 23:19:46 +02:00
Antti Ala-Ilkka
d8ddf31bd2 Support react-native > 0.40 2017-01-15 22:58:02 +01:00
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