react-native-modal-selector icon indicating copy to clipboard operation
react-native-modal-selector copied to clipboard

Optionally show cancel button

Open mikaello opened this issue 8 years ago • 2 comments

Proposal: A showCancelButton prop that is used in renderOption() to optionally display the cancel button. (Ario-Inc have implemented something like this)

mikaello avatar Aug 22 '17 21:08 mikaello

Would like to have this too.

Current I'm using this:

    cancelStyle: {
      display: 'none'
    },

baba43 avatar Sep 21 '17 14:09 baba43

Alternatively, the prop cancelContainerStyle might help in this case. Pass it {height: 0, overflow: 'hidden'} (not sure if overflow is necessary, including it just in case).

PRs are welcome

peacechen avatar Aug 02 '18 15:08 peacechen