adammcarth / react-native-segmented-picker

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

Display picker inside the view instead of model #60

Open parth-91 opened 2 years ago

parth-91 commented 2 years ago

I want to show this picker as a component in a screen inside view. How can I achieve this?

adammcarth commented 2 years ago

Hi there,

Unfortunately that's not currently possible with the package as it currently stands. It's been built in a way which only allows the picker to display inside of the default popup modal - similar to NativeBase's ActionSheet.

The feature you've described has been requested in the past and I will look to implement it when I get some time off over Christmas.

Your only option until then is to fork this repository and try to customise it yourself. Sorry!