hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
971 stars 295 forks source link

Web support #597

Open Saikedo opened 1 year ago

Saikedo commented 1 year ago

Is there any plans to add web support to the library?

Right now, it works fine one web but styles for web and mobile do not match plus the modal solution for the web seems off.

mikehardy commented 1 year ago

I have been using it on web, and the styles are not great but I don't recall anyone (or myself) posting PRs to fix them. That's probably the path forward - examine the things you don't like, add support / polish styles, post a PR.

Saikedo commented 1 year ago

Sounds great @mikehardy , I will post couple of PR`s over this weekend.