react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.48k stars 280 forks source link

PikcerIOS on Android #299

Open DaniSido opened 3 years ago

DaniSido commented 3 years ago

Hello everybody, is it possible to view the iOS Picker on android? I tried with the PickerIOS but it doesn't show me anything ... Thank you so much

busterbogheart commented 3 years ago

What?

DaniSido commented 3 years ago

I would like to put ios picker style in android. It's possible to do it?

darkrideroffate commented 3 years ago

https://github.com/react-native-picker/picker/blob/d2097042ffafccfc0b59ab6193a31bcbfc1cdd04/js/PickerIOS.js#L5-L17 this is the code for anything other than IOS. it's not implemented.

MatteoBuffo commented 1 year ago

I'm interested as well: an iOS-styled picker on Android devices would be nice!

z1haze commented 9 months ago

Yes please. this should be a standard option.

TheAhmadSami commented 6 months ago

Can we have this feature, please?

Jervi-sir commented 4 months ago

yes thats what I have been looking for, I found this a article Implementing iOS picker in React Native, but its a bit annoying to restructure the data input, and it doesn't have haptics feedback on the go like an IOS picker I really would love to have such a feature in this package Update I found out they call it a WheelPicker