0bf7928ebe
Summary: I've added a subject property to the ActionSheetIOS.showShareActionSheetWithOptions options object. This will allow users to set a subject for things like emails when they are sharing to them through the ActionSheetIOS. Options are now as follows: ``` { url: 'https://code.facebook.com', message: 'message to go with the shared url', subject: 'a subject to go in the email heading', } ``` Closes https://github.com/facebook/react-native/pull/4238 Reviewed By: svcscm Differential Revision: D2674536 Pulled By: nicklockwood fb-gh-sync-id: 3dfad39f94f19999233bf777253ef71b6e692a6d |
||
---|---|---|
.. | ||
RCTActionSheet.xcodeproj | ||
ActionSheetIOS.js | ||
RCTActionSheetManager.h | ||
RCTActionSheetManager.m |