File: picker.md | Updated: 11/15/2025
Hide navigation
Search
Ctrl K
Home Guides EAS Reference Learn
Reference version
SDK 52
Archive Expo Snack Discord and Forums Newsletter
A cross-platform component that provides access to the system UI for picking between several options.
Android
iOS
macOS
Web
Bundled version:
2.9.0
Copy page
This library is listed in the Expo SDK reference because it is included in Expo Go . You may use any library of your choice with development builds .
A component that provides access to the system UI for picking between several options.
Terminal
Copy
- npx expo install @react-native-picker/picker
If you are installing this in an existing React Native app
, make sure to install expo
in your project. Then, follow the installation instructions
provided in the library's README or documentation.
See complete documentation at react-native-picker/picker
.