react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
add buttonStyle in _renderButton and noButtonTextUpdate as props
I needed to disable text update and modify embedded button style using :
<ModalDropdown
ref={(ref) => { this.dropdown = ref; }}
noButtonTextUpdate
buttonStyle={{ ... }}
/>