react-native-modal-selector
react-native-modal-selector copied to clipboard
Which props should i use to change the border colour for the selector
There is so many props to customise style, and yet i cannot change the border colour by using style props, any idea how to change the border colour for the selector?
Try optionContainerStyle
https://github.com/peacechen/react-native-modal-selector/blob/master/index.js#L264
https://github.com/peacechen/react-native-modal-selector#props
You are welcome to submit a PR if you find a way to customize the modal the way you like.