callstack / react-native-visionos

A framework for building native visionOS applications using React
https://callstack.github.io/react-native-visionos-docs/
MIT License
1.02k stars 30 forks source link

Migrate `UIMenuController` to `UIEditMenuInteraction` #19

Closed okwasniewski closed 1 year ago

okwasniewski commented 1 year ago

Description

UIMenuController is deprecated in iOS 17 therefore we can't use it. This work also should be upstreamed to RN core.

Docs: https://developer.apple.com/documentation/uikit/uieditmenuinteraction?language=objc

okwasniewski commented 1 year ago

https://github.com/facebook/react-native/pull/41125

okwasniewski commented 1 year ago

PR got merged, closing this 👍🏻