react-native-actionsheet icon indicating copy to clipboard operation
react-native-actionsheet copied to clipboard

allowing custom options for each show()

Open dchersey opened this issue 7 years ago • 2 comments

dchersey avatar Dec 14 '18 18:12 dchersey

This would be a great addition because at the moment I am doing this:

this.setState({
      actionSheetOptions: ['Dynamic', 'Option', 'Buttons']
})

this.ActionSheet.show();

Being able to do this would be much better.

this.ActionSheet.show('Dynamic', 'Option', 'Buttons');

@xiaoyann would you consider?

karltaylor avatar Jan 07 '19 11:01 karltaylor

@karltaylor Try react-native-actionsheet-ex. It has this feature build-in

Arjan-Zuidema avatar Sep 11 '19 07:09 Arjan-Zuidema