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

added renderButton property to customize button

Open newmsz opened this issue 6 years ago • 1 comments

Example usage

renderButton={(text) => (
  <View style={{ flexDirection: 'row', alignItems: 'center' }}>
    <Text style={stylesDropdown.textStyle}>{text}</Text>
    <ArrowDropdownIcon />
  </View>
)}

newmsz avatar Jan 10 '20 06:01 newmsz

I'd love to see this get merged!

svvitale avatar Feb 04 '20 18:02 svvitale