adammcarth / react-native-segmented-picker

Selection picker wheel with multi-column support and optional native dependencies.
MIT License
96 stars 31 forks source link

Add a cancel button? #40

Open u-abyss opened 3 years ago

u-abyss commented 3 years ago

Hi!

is it possible to add a cancel button on the toolbar? i want to close this picker to press the cancel button.

thank you for making this!

adammcarth commented 3 years ago

Hey there! Thanks for the feature request. This is definitely something I will consider adding.

I actually avoided adding a "Cancel" button initially because I don't ever recall seeing that pattern implemented in the iOS UI for picklists/modal picklists.

Are there any examples of that design/pattern being used on iOS that you can show me? I was aiming to keep this component fairly consistent with the iOS styling.