react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
added renderButton property to customize button
Example usage
renderButton={(text) => (
<View style={{ flexDirection: 'row', alignItems: 'center' }}>
<Text style={stylesDropdown.textStyle}>{text}</Text>
<ArrowDropdownIcon />
</View>
)}
I'd love to see this get merged!