You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# react-native-ios-context-menu
2
2
A react native component to use [`UIMenu`](https://developer.apple.com/documentation/uikit/uimenu) on iOS 13 and later.
3
3
* Support for creating menu actions and submenu's (nested and in-line menu's)
4
+
* Support for customizing the menu icons (i.e. support for SF Symbols and asset icons, icon tint, etc.)
4
5
* Support for iOS 14 functionality (like the `UIButton` context menu, updating the menu while its visible, etc.)
5
6
* Support for setting (almost) all of the native [`UIMenu`](https://developer.apple.com/documentation/uikit/uimenu) and [`UIAction`](https://developer.apple.com/documentation/uikit/uiaction) properties (e.g. `UIMenuElementState`, `MenuElementAtrributes`, `discoverabilityTitle`, etc.)
6
7
* Basic `ActionSheetIOS` menu fallback for iOS 12 and below.
0 commit comments