Closed okwasniewski closed 10 months ago
After researching this with @souhe looks like it's not supported on Apple Vision Pro. (Even when recreating the exact same scenario in Swift project)
Maybe we need to report this to Apple (or it will be fixed in the next beta)
After double checking, the same behavior is on iOS. Only iPad attaches to anchor with ActionSheet
Description
When trying to open action sheet with an anchor (4h option inside of
ActionSheetIOS
example in RNTester), the view is not attached to the anchor and it's displayed normally.This might not be (yet?) supported on VisionOS but it's worth checking why it's not working. Share Sheet is correctly attached to an anchor.