react-native-ios-context-menu/src/native_components
Dominic Go 4c755635f9 ️ Impl. shouldUseDiscoverabilityTitleAsFallbackValueForSubtitle
Summary: On iOS 15+, the `MenuActionConfig.discoverabilityTitle` is no longer displayed as as a subtitle under the menu action (instead you need to set a different property called `subtitle`).

This prop will revert the old behavior for backwards compatibility.

The `discoverabilityTitle` property is now used for the "discoverability heads-up display" (e.g when an app supports keyboard shortcuts, holding down the command key presents a list of shortcuts; the `discoverabilityTitle` is then used as the title for the shortcut).
2021-11-16 06:38:28 +08:00
..
RNIContextMenuButton.ts 💫 Types - Updated Prop Types 2021-11-14 15:07:17 +08:00
RNIContextMenuView.ts ️ Impl. shouldUseDiscoverabilityTitleAsFallbackValueForSubtitle 2021-11-16 06:38:28 +08:00
RNIWrapperView.ts ☯️ Add RNIWrapperView Native Component 2021-11-16 00:38:15 +08:00