gs-akhan/react-native-chooser

Customize Option

IsharaHansaka opened this issue · 1 comments

Hi,

I'm just wondering how to add a cancel button in option. Can i customize option something like in the screenshot?
select options

The option take only text and it is wrapped inside a <Test /> component.
https://github.com/gs-akhan/react-native-chooser/blob/master/lib/option.js#L23

If you pass a <Text /> and style it. you can do it.