react-native-ios-context-menu
react-native-ios-context-menu copied to clipboard
Added configuration options for `ActionSheetIOS` fallback
Hi 👋 First of all, thank you for such a great library!
This PR adds actionSheetFallbackConfig prop to ContextMenuView including:
- an option to set the text for the Cancel button (primary reason for this PR) to allow i18n;
- several other options from
showActionSheetWithOptionsto customize the menu's appearance such astintColor.