From d4a58e3f66c177ef9dad470401f08883810d4ff9 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Mon, 2 Nov 2020 13:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20README:=20Minor=20Chan?= =?UTF-8?q?ges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04299485..7378df9b 100644 --- a/README.md +++ b/README.md @@ -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.