Skip to content

Commit

Permalink
📝 Updated README: Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Nov 2, 2020
1 parent afce9ef commit d4a58e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# react-native-ios-context-menu
A react native component to use [`UIMenu`](https://developer.apple.com/documentation/uikit/uimenu) on iOS 13 and later.
* Support for creating menu actions and submenu's (nested menu's)
* Support for the iOS 14 functionality (like the `UIButton` menu, and updating the menu while its visible).
* 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,
* Support for iOS 14 functionality (like the `UIButton` menu, and updating the menu while its visible).
* 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`, etc.)
* `ActionSheetIOS` menu fallback for unsupported iOS versions.
* Support for custom context menu previews.

Expand Down

0 comments on commit d4a58e3

Please sign in to comment.