We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca8cbc commit f5b3618Copy full SHA for f5b3618
components/NoteListItem.js
@@ -68,7 +68,7 @@ export class NoteListItem extends Component {
68
}
69
70
showActionSheet = options => {
71
- ActionSheetIOS.showActionSheetWithOptions(options, this.onPressMenu)
+ ActionSheetIOS.showActionSheetWithOptions({ options, destructiveButtonIndex: 1 }, this.onPressMenu)
72
73
74
showPopupMenu = options => {
0 commit comments