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

Which props should i use to change the border colour for the selector

Open tayguohong opened this issue 5 years ago • 1 comments

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?

tayguohong avatar Nov 11 '19 03:11 tayguohong

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.

peacechen avatar Nov 11 '19 13:11 peacechen