Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use DropDown List in Expo React-Native?

I have been facing a problem with react native and expo as I cannot find a dropdown list component for form input. How can I do that without ejecting from expo?

like image 789
Anthony Avatar asked Sep 17 '25 14:09

Anthony


1 Answers

You should be able to use Picker module. They recommend using the React Native Community Picker package. You do not need to eject for it to work, you can just install it through NPM.

like image 157
RossHochwert Avatar answered Sep 19 '25 04:09

RossHochwert