react-native-action-sheet icon indicating copy to clipboard operation
react-native-action-sheet copied to clipboard

add anchor support to web

Open chrisdrackett opened this issue 5 years ago • 2 comments

web is closer to an iPad than iOS or android. Ideally it would support "pinning" the action sheet to an element in the same way.

chrisdrackett avatar Apr 10 '20 19:04 chrisdrackett

Sorry for the delay :facepalm:. This is essentially Android/Web (non iOS). We would need the ability to position the view based on the anchor node.

bradbyte avatar Aug 31 '20 15:08 bradbyte

We're essentially rendering the sheet over the entire view centered.. https://github.com/expo/react-native-action-sheet/blob/master/src/ActionSheet/index.tsx#L296. This would need to change to coordinates of the element position.

bradbyte avatar Aug 31 '20 15:08 bradbyte