f35fbc2a14
Summary: (Fixes #1890, #2395, #2604.) Usage: ``` ActionSheetIOS.showShareActionSheetWithOptions({ anchor: React.findNodeHandle(this.refs.share), message: "React Native", url: "https://github.com/facebook/react-native" }, (e)=>{ console.log('shared'); }, (e)=>{console.log('dismissed'); }); ``` Screenshot on iPad with iOS 8: <img width="324" alt="screen shot 2015-09-09 at 8 50 26 am" src="https://cloud.githubusercontent.com/assets/543981/9752590/df5cd324-56cf-11e5-892b-92a6c98f3d39.png"> If the `anchor` is not specified, it will centre the popup on screen without arrows: ![centered](https://cloud.githubusercontent.com/assets/543981/9752612/10c87c6a-56d0-11e5-8c59-fcbf64a36f9c.png) Closes https://github.com/facebook/react-native/pull/2610 Reviewed By: @nicklockwood Differential Revision: D2439533 Pulled By: @javache |
||
---|---|---|
.. | ||
RCTActionSheet.xcodeproj | ||
ActionSheetIOS.js | ||
RCTActionSheetManager.h | ||
RCTActionSheetManager.m |