adammcarth / react-native-segmented-picker

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

Is it possible to remove or to customise the upper toolbar? #39

Closed vladiRozen closed 3 years ago

vladiRozen commented 3 years ago

Is it possible to remove or to customise the upper toolbar / or to use only the pickers without the modal?

adammcarth commented 3 years ago

Hey @vladiRozen! Sorry for the late reply - I was on vacation when you posted this.

There are some small customisations you can make to the colouring of the upper toolbar:

That doesn't allow you to hide it or change the sizing though.

There's an existing feature request (which will be addressed in a future update) where you can use the raw picklist component without having to present it in the modal. That will require a bit of re-working and I don't have a time frame on that just yet.