react-native-segmented-picker
react-native-segmented-picker copied to clipboard
Display picker inside the view instead of model
I want to show this picker as a component in a screen inside view. How can I achieve this?
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!