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

add buttonStyle in _renderButton and noButtonTextUpdate as props

Open lc3t35 opened this issue 7 years ago • 0 comments

I needed to disable text update and modify embedded button style using :

<ModalDropdown
        ref={(ref) => { this.dropdown = ref; }}
        noButtonTextUpdate
        buttonStyle={{ ... }}
/>

lc3t35 avatar May 07 '18 18:05 lc3t35