react-native-actionsheet
react-native-actionsheet copied to clipboard
allowing custom options for each show()
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 Try react-native-actionsheet-ex. It has this feature build-in