peacechen / react-native-modal-selector

A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.
MIT License
369 stars 129 forks source link

Help Wanted #133

Closed Jacob-o closed 4 years ago

Jacob-o commented 4 years ago

Hey, is there anyway to remove the cancel button and only have the questions pop up?

Thanks in advance!

peacechen commented 4 years ago

Were you able to find a solution to this? I suspect the cancelContainerStyle prop may be able to hide it.

Jacob-o commented 4 years ago

yeah i set cancelContainerStyle to display none. I closed it because i saw #17