react-native/Libraries/ActionSheetIOS
Nick Lockwood e6c65102d4 Add support for sharing images or other media via iOS share sheet
Summary:`ActionSheetIOS` now supports sharing images or other media via the `showShareActionSheetWithOptions` method. Simply specify a local file or data uri using the `url` argument to share the file.

NOTE: this mechanism doesn't currently support sharing images from the camera roll, however you can work around this by first saving the image to the ImageStore, and then fetching the base64 data.

Reviewed By: javache

Differential Revision: D2954273

fb-gh-sync-id: d5158f9d167fe92199933ca703f40f561732ac37
shipit-source-id: d5158f9d167fe92199933ca703f40f561732ac37
2016-02-22 05:34:32 -08:00
..
RCTActionSheet.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
ActionSheetIOS.js Add support for sharing images or other media via iOS share sheet 2016-02-22 05:34:32 -08:00
RCTActionSheetManager.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTActionSheetManager.m Add support for sharing images or other media via iOS share sheet 2016-02-22 05:34:32 -08:00